#BBE2DF

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

Shades of Jagged Ice #BBE2DF

Tints of Jagged Ice #BBE2DF

Color information

#BBE2DF (or 0xBBE2DF) is unknown color: approx Jagged Ice. HEX triplet: BB, E2 and DF. RGB value is (187,226,223). Sum of RGB (Red+Green+Blue) = 187+226+223=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2DF is #441D20. Grayscale: #D5D5D5. Windows color (decimal): -4463905 or 14672571. OLE color: 14672571.

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

Color convert

RGB187226223-
CMYK0.1700.010.11
HSL175.38º40.21%80.98%-
HSV(B)175.38º17.26%88.63%-
XYZ61.0170.2980.16-
YUV214133.08108.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.40%
GREEN value IS 226 (88.67% from 255) = 35.53%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=29.40%
G=35.53%
B=35.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872262230.1700.010.11175.3840.2180.98
HexBBE2DF1101Baf2851
Octal27334233721011325750121
Binary10111011111000101101111110001011011101011111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE2DF; }

 p { color: rgb(187,226,223); }

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

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

 a { background-color: rgb(187,226,223); }

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

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

 span { border-color: rgb(187,226,223); }

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