#BBCAFB

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

Shades of Periwinkle #BBCAFB

Tints of Periwinkle #BBCAFB

Color information

#BBCAFB (or 0xBBCAFB) is unknown color: approx Periwinkle. HEX triplet: BB, CA and FB. RGB value is (187,202,251). Sum of RGB (Red+Green+Blue) = 187+202+251=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBCAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAFB is #443504. Grayscale: #CACACA. Windows color (decimal): -4470021 or 16501435. OLE color: 16501435.

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

Color convert

RGB187202251-
CMYK0.250.2000.02
HSL225.94º88.89%85.88%-
HSV(B)225.94º25.5%98.43%-
XYZ59.0359.7799.69-
YUV203.1155.03116.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.22%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=29.22%
G=31.56%
B=39.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872022510.250.2000.02225.9488.8985.88
HexBBCAFB191402e25956
Octal273312373312402342131126
Binary10111011110010101111101111001101000101110001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAFB; }

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

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

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

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

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

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

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

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