#BBCDE9

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

Shades of Periwinkle #BBCDE9

Tints of Periwinkle #BBCDE9

Color information

#BBCDE9 (or 0xBBCDE9) is unknown color: approx Periwinkle. HEX triplet: BB, CD and E9. RGB value is (187,205,233). Sum of RGB (Red+Green+Blue) = 187+205+233=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBCDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDE9 is #443216. Grayscale: #CACACA. Windows color (decimal): -4469271 or 15322555. OLE color: 15322555.

HSL color Cylindrical-coordinate representation of color #BBCDE9: hue angle of 216.52º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBCDE9 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187205233-
CMYK0.200.1200.09
HSL216.52º51.11%82.35%-
HSV(B)216.52º19.74%91.37%-
XYZ57.0360.1185.69-
YUV202.81145.04116.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.92%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 233 (91.41% from 255) = 37.28%
R=29.92%
G=32.8%
B=37.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872052330.200.1200.09216.5251.1182.35
HexBBCDE914C09d93352
Octal273315351241401133163122
Binary10111011110011011110100110100110001001110110011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDE9; }

 p { color: rgb(187,205,233); }

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

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

 a { background-color: rgb(187,205,233); }

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

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

 span { border-color: rgb(187,205,233); }

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