#BBC8EE

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

Shades of Periwinkle #BBC8EE

Tints of Periwinkle #BBC8EE

Color information

#BBC8EE (or 0xBBC8EE) is unknown color: approx Periwinkle. HEX triplet: BB, C8 and EE. RGB value is (187,200,238). Sum of RGB (Red+Green+Blue) = 187+200+238=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8EE is #443711. Grayscale: #C8C8C8. Windows color (decimal): -4470546 or 15648955. OLE color: 15648955.

HSL color Cylindrical-coordinate representation of color #BBC8EE: hue angle of 224.71º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC8EE is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187200238-
CMYK0.210.1600.07
HSL224.71º60%83.33%-
HSV(B)224.71º21.43%93.33%-
XYZ56.5858.0589.11-
YUV200.44149.19118.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.92%
GREEN value IS 200 (78.52% from 255) = 32%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=29.92%
G=32%
B=38.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872002380.210.1600.07224.716083.33
HexBBC8EE151007e13c53
Octal27331035625200734174123
Binary10111011110010001110111010101100000111111000011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8EE; }

 p { color: rgb(187,200,238); }

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

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

 a { background-color: rgb(187,200,238); }

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

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

 span { border-color: rgb(187,200,238); }

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