#BFCAF2

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

Shades of Periwinkle #BFCAF2

Tints of Periwinkle #BFCAF2

Color information

#BFCAF2 (or 0xBFCAF2) is unknown color: approx Periwinkle. HEX triplet: BF, CA and F2. RGB value is (191,202,242). Sum of RGB (Red+Green+Blue) = 191+202+242=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFCAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAF2 is #40350D. Grayscale: #CBCBCB. Windows color (decimal): -4207886 or 15911615. OLE color: 15911615.

HSL color Cylindrical-coordinate representation of color #BFCAF2: hue angle of 227.06º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFCAF2 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191202242-
CMYK0.210.1700.05
HSL227.06º66.23%84.9%-
HSV(B)227.06º21.07%94.9%-
XYZ58.6359.7392.44-
YUV203.27149.86119.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.08%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 242 (94.92% from 255) = 38.11%
R=30.08%
G=31.81%
B=38.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912022420.210.1700.05227.0666.2384.9
HexBFCAF2151105e34255
Octal277312362252105343102125
Binary101111111100101011110010101011000101011110001110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAF2; }

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

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

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

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

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

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

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

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