#BBE3DF

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

Shades of Jagged Ice #BBE3DF

Tints of Jagged Ice #BBE3DF

Color information

#BBE3DF (or 0xBBE3DF) is unknown color: approx Jagged Ice. HEX triplet: BB, E3 and DF. RGB value is (187,227,223). Sum of RGB (Red+Green+Blue) = 187+227+223=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3DF is #441C20. Grayscale: #D6D6D6. Windows color (decimal): -4463649 or 14672827. OLE color: 14672827.

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

Color convert

RGB187227223-
CMYK0.1800.020.11
HSL174º41.67%81.18%-
HSV(B)174º17.62%89.02%-
XYZ61.2870.8380.25-
YUV214.58132.75108.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.36%
GREEN value IS 227 (89.06% from 255) = 35.64%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=29.36%
G=35.64%
B=35.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872272230.1800.020.1117441.6781.18
HexBBE3DF1202Bae2a51
Octal27334333722021325652121
Binary101110111110001111011111100100101011101011101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE3DF; }

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

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

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

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

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

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

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

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