#BBCBEA

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

Shades of Periwinkle #BBCBEA

Tints of Periwinkle #BBCBEA

Color information

#BBCBEA (or 0xBBCBEA) is unknown color: approx Periwinkle. HEX triplet: BB, CB and EA. RGB value is (187,203,234). Sum of RGB (Red+Green+Blue) = 187+203+234=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBCBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBEA is #443415. Grayscale: #C9C9C9. Windows color (decimal): -4469782 or 15387579. OLE color: 15387579.

HSL color Cylindrical-coordinate representation of color #BBCBEA: hue angle of 219.57º degrees, saturation: 0.53, 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 #BBCBEA is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187203234-
CMYK0.200.1300.08
HSL219.57º52.81%82.55%-
HSV(B)219.57º20.09%91.76%-
XYZ56.759.2286.28-
YUV201.75146.2117.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=29.97%
G=32.53%
B=37.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872032340.200.1300.08219.5752.8182.55
HexBBCBEA14D08dc3553
Octal273313352241501033465123
Binary10111011110010111110101010100110101000110111001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBEA; }

 p { color: rgb(187,203,234); }

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

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

 a { background-color: rgb(187,203,234); }

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

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

 span { border-color: rgb(187,203,234); }

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