#BBCDE8

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

Shades of Periwinkle #BBCDE8

Tints of Periwinkle #BBCDE8

Color information

#BBCDE8 (or 0xBBCDE8) is unknown color: approx Periwinkle. HEX triplet: BB, CD and E8. RGB value is (187,205,232). Sum of RGB (Red+Green+Blue) = 187+205+232=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBCDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDE8 is #443217. Grayscale: #CACACA. Windows color (decimal): -4469272 or 15257019. OLE color: 15257019.

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

Color convert

RGB187205232-
CMYK0.190.1200.09
HSL216º49.45%82.16%-
HSV(B)216º19.4%90.98%-
XYZ56.8960.0584.94-
YUV202.7144.54116.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.97%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 232 (91.02% from 255) = 37.18%
R=29.97%
G=32.85%
B=37.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872052320.190.1200.0921649.4582.16
HexBBCDE813C09d83152
Octal273315350231401133061122
Binary10111011110011011110100010011110001001110110001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDE8; }

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

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

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

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

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

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

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

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