#BBCEEB

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

Shades of Periwinkle #BBCEEB

Tints of Periwinkle #BBCEEB

Color information

#BBCEEB (or 0xBBCEEB) is unknown color: approx Periwinkle. HEX triplet: BB, CE and EB. RGB value is (187,206,235). Sum of RGB (Red+Green+Blue) = 187+206+235=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBCEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEEB is #443114. Grayscale: #CBCBCB. Windows color (decimal): -4469013 or 15453883. OLE color: 15453883.

HSL color Cylindrical-coordinate representation of color #BBCEEB: hue angle of 216.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBCEEB is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187206235-
CMYK0.200.1200.08
HSL216.25º54.55%82.75%-
HSV(B)216.25º20.43%92.16%-
XYZ57.5660.7187.28-
YUV203.62145.71116.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.78%
GREEN value IS 206 (80.86% from 255) = 32.80%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=29.78%
G=32.80%
B=37.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872062350.200.1200.08216.2554.5582.75
HexBBCEEB14C08d83753
Octal273316353241401033067123
Binary10111011110011101110101110100110001000110110001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEEB; }

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

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

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

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

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

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

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

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