#BBE0DD

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

Shades of Jagged Ice #BBE0DD

Tints of Jagged Ice #BBE0DD

Color information

#BBE0DD (or 0xBBE0DD) is unknown color: approx Jagged Ice. HEX triplet: BB, E0 and DD. RGB value is (187,224,221). Sum of RGB (Red+Green+Blue) = 187+224+221=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0DD is #441F22. Grayscale: #D4D4D4. Windows color (decimal): -4464419 or 14540987. OLE color: 14540987.

HSL color Cylindrical-coordinate representation of color #BBE0DD: hue angle of 175.14º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE0DD is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB187224221-
CMYK0.1700.010.12
HSL175.14º37.37%80.59%-
HSV(B)175.14º16.52%87.84%-
XYZ60.269.178.57-
YUV212.6132.74109.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.59%
GREEN value IS 224 (87.89% from 255) = 35.44%
BLUE value IS 221 (86.72% from 255) = 34.97%
R=29.59%
G=35.44%
B=34.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872242210.1700.010.12175.1437.3780.59
HexBBE0DD1101Caf2551
Octal27334033521011425745121
Binary10111011111000001101110110001011100101011111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0DD; }

 p { color: rgb(187,224,221); }

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

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

 a { background-color: rgb(187,224,221); }

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

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

 span { border-color: rgb(187,224,221); }

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