#BBCAF4

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

Shades of Periwinkle #BBCAF4

Tints of Periwinkle #BBCAF4

Color information

#BBCAF4 (or 0xBBCAF4) is unknown color: approx Periwinkle. HEX triplet: BB, CA and F4. RGB value is (187,202,244). Sum of RGB (Red+Green+Blue) = 187+202+244=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 244 (95.70% from 255 or 38.55% from 633); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBCAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAF4 is #44350B. Grayscale: #CACACA. Windows color (decimal): -4470028 or 16042683. OLE color: 16042683.

HSL color Cylindrical-coordinate representation of color #BBCAF4: hue angle of 224.21º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBCAF4 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187202244-
CMYK0.230.1700.04
HSL224.21º72.15%84.51%-
HSV(B)224.21º23.36%95.69%-
XYZ57.9459.3493.99-
YUV202.3151.53117.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 244 (95.70% from 255) = 38.55%
R=29.54%
G=31.91%
B=38.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872022440.230.1700.04224.2172.1584.51
HexBBCAF4171104e04855
Octal273312364272104340110125
Binary101110111100101011110100101111000101001110000010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAF4; }

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

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

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

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

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

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

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

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