#BBCAF9

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

Shades of Periwinkle #BBCAF9

Tints of Periwinkle #BBCAF9

Color information

#BBCAF9 (or 0xBBCAF9) is unknown color: approx Periwinkle. HEX triplet: BB, CA and F9. RGB value is (187,202,249). Sum of RGB (Red+Green+Blue) = 187+202+249=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 249 (97.66% from 255 or 39.03% from 638); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBCAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAF9 is #443506. Grayscale: #CACACA. Windows color (decimal): -4470023 or 16370363. OLE color: 16370363.

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

Color convert

RGB187202249-
CMYK0.250.1900.02
HSL225.48º83.78%85.49%-
HSV(B)225.48º24.9%97.65%-
XYZ58.7159.6598.04-
YUV202.87154.03116.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.31%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 249 (97.66% from 255) = 39.03%
R=29.31%
G=31.66%
B=39.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872022490.250.1900.02225.4883.7885.49
HexBBCAF9191302e15455
Octal273312371312302341124125
Binary10111011110010101111100111001100110101110000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAF9; }

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

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

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

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

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

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

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

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