#BBCEFA

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

Shades of Periwinkle #BBCEFA

Tints of Periwinkle #BBCEFA

Color information

#BBCEFA (or 0xBBCEFA) is unknown color: approx Periwinkle. HEX triplet: BB, CE and FA. RGB value is (187,206,250). Sum of RGB (Red+Green+Blue) = 187+206+250=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBCEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEFA is #443105. Grayscale: #CDCDCD. Windows color (decimal): -4468998 or 16436923. OLE color: 16436923.

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

Color convert

RGB187206250-
CMYK0.250.1800.02
HSL221.9º86.3%85.69%-
HSV(B)221.9º25.2%98.04%-
XYZ59.8261.6199.18-
YUV205.33153.21114.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.08%
GREEN value IS 206 (80.86% from 255) = 32.04%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=29.08%
G=32.04%
B=38.88%

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
Decimal1872062500.250.1800.02221.986.385.69
HexBBCEFA191202de5656
Octal273316372312202336126126
Binary10111011110011101111101011001100100101101111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEFA; }

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

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

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

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

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

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

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

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