Html Css Color HEX #BBE2DF Jagged Ice

📋 copy color: '#BBE2DF'

red 187 ◦ green 226 ◦ blue 223

#BBE2DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #BBE2DF

Tints of Jagged Ice #BBE2DF

RGB

 RED value IS 187 (73.44% from 255) = 29.4%

 GREEN value IS 226 (88.67% from 255) = 35.53%

 BLUE value IS 223 (87.5% from 255) = 35.06%

R = 29.4%
G = 35.53%
B = 35.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#BBE2DF (or 0xBBE2DF) is known color: 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

RGB 187 226 223 -
CMYK 0.17 0 0.01 0.11
HSL 175.38º 0.4% 0.81% -
HSV(B) 175.38º 0.17% 0.89% -
XYZ 61.01 70.29 80.16 -
YUV 214 133.08 108.74 -
System Red Green Blue C M Y K H S L
Decimal 187 226 223 0.17 0 0.01 0.11 175.38 0.4 0.81
Hex BB E2 DF 11 0 1 B AF 28 51
Octal 273 342 337 21 0 1 13 257 50 121
Binary 10111011 11100010 11011111 10001 0 1 1011 10101111 101000 1010001

Color Harmonies of #BBE2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE2DF

Black with #BBE2DF

Text Example


Text Example

White with #BBE2DF

Text Example


Text Example

HTML Codes & Css Web 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>