#BFCAF0

Color #BFCAF0 Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BFCAF0

Tints of Periwinkle #BFCAF0

Color information

#BFCAF0 (or 0xBFCAF0) is unknown color: approx Periwinkle. HEX triplet: BF, CA and F0. RGB value is (191,202,240). Sum of RGB (Red+Green+Blue) = 191+202+240=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFCAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAF0 is #40350F. Grayscale: #CACACA. Windows color (decimal): -4207888 or 15780543. OLE color: 15780543.

HSL color Cylindrical-coordinate representation of color #BFCAF0: hue angle of 226.53º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCAF0 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191202240-
CMYK0.200.1600.06
HSL226.53º62.03%84.51%-
HSV(B)226.53º20.42%94.12%-
XYZ58.3359.6190.87-
YUV203.04148.86119.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 30.17%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 240 (94.14% from 255) = 37.91%
R=30.17%
G=31.91%
B=37.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912022400.200.1600.06226.5362.0384.51
HexBFCAF0141006e33e55
Octal27731236024200634376125
Binary10111111110010101111000010100100000110111000111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAF0; }

 p { color: rgb(191,202,240); }

 H1.HeaderClassName
 {
   color: #BFCAF0;
 }
 .AnyTagClassName
 {
   color: #BFCAF0;
 }
</style>
background-color css

<style>
 a { background-color: #BFCAF0; }

 a { background-color: rgb(191,202,240); }

 div.DivClassName
 {
   background-color: #BFCAF0;
 }
 .BgClassName
 {
   background-color: #BFCAF0;
 }
</style>
border-color css

<style>
 span { border-color: #BFCAF0; }

 span { border-color: rgb(191,202,240); }

 td.TdClassName
 {
   border-color: #BFCAF0;
 }
 .TagClassName
 {
   border-color: #BFCAF0;
 }
</style>