#BBCEFB

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

Shades of Periwinkle #BBCEFB

Tints of Periwinkle #BBCEFB

Color information

#BBCEFB (or 0xBBCEFB) is unknown color: approx Periwinkle. HEX triplet: BB, CE and FB. RGB value is (187,206,251). Sum of RGB (Red+Green+Blue) = 187+206+251=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBCEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEFB is #443104. Grayscale: #CDCDCD. Windows color (decimal): -4468997 or 16502459. OLE color: 16502459.

HSL color Cylindrical-coordinate representation of color #BBCEFB: hue angle of 222.19º 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 #BBCEFB is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187206251-
CMYK0.250.1800.02
HSL222.19º88.89%85.88%-
HSV(B)222.19º25.5%98.43%-
XYZ59.9861.67100.01-
YUV205.45153.71114.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 206 (80.86% from 255) = 31.99%
BLUE value IS 251 (98.44% from 255) = 38.98%
R=29.04%
G=31.99%
B=38.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872062510.250.1800.02222.1988.8985.88
HexBBCEFB191202de5956
Octal273316373312202336131126
Binary10111011110011101111101111001100100101101111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEFB; }

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

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

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

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

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

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

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

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