#BBE9E5

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

Shades of Jagged Ice #BBE9E5

Tints of Jagged Ice #BBE9E5

Color information

#BBE9E5 (or 0xBBE9E5) is unknown color: approx Jagged Ice. HEX triplet: BB, E9 and E5. RGB value is (187,233,229). Sum of RGB (Red+Green+Blue) = 187+233+229=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9E5 is #44161A. Grayscale: #DADADA. Windows color (decimal): -4462107 or 15067579. OLE color: 15067579.

HSL color Cylindrical-coordinate representation of color #BBE9E5: hue angle of 174.78º 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 #BBE9E5 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB187233229-
CMYK0.2000.020.09
HSL174.78º51.11%82.35%-
HSV(B)174.78º19.74%91.37%-
XYZ63.7874.585.15-
YUV218.79133.76105.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.81%
GREEN value IS 233 (91.41% from 255) = 35.90%
BLUE value IS 229 (89.84% from 255) = 35.29%
R=28.81%
G=35.90%
B=35.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872332290.2000.020.09174.7851.1182.35
HexBBE9E514029af3352
Octal27335134524021125763122
Binary101110111110100111100101101000101001101011111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE9E5; }

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

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

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

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

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

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

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

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