#BFCAF9

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

Shades of Periwinkle #BFCAF9

Tints of Periwinkle #BFCAF9

Color information

#BFCAF9 (or 0xBFCAF9) is unknown color: approx Periwinkle. HEX triplet: BF, CA and F9. RGB value is (191,202,249). Sum of RGB (Red+Green+Blue) = 191+202+249=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFCAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAF9 is #403506. Grayscale: #CBCBCB. Windows color (decimal): -4207879 or 16370367. OLE color: 16370367.

HSL color Cylindrical-coordinate representation of color #BFCAF9: hue angle of 228.62º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFCAF9 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191202249-
CMYK0.230.1900.02
HSL228.62º82.86%86.27%-
HSV(B)228.62º23.29%97.65%-
XYZ59.7160.1698.09-
YUV204.07153.36118.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 249 (97.66% from 255) = 38.79%
R=29.75%
G=31.46%
B=38.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912022490.230.1900.02228.6282.8686.27
HexBFCAF9171302e55356
Octal277312371272302345123126
Binary10111111110010101111100110111100110101110010110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAF9; }

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

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

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

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

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

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

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

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