Html Css Color HEX #BBE5E2 Jagged Ice

📋 copy color: '#BBE5E2'

red 187 ◦ green 229 ◦ blue 226

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

Shades of Jagged Ice #BBE5E2

Tints of Jagged Ice #BBE5E2

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.67%

 BLUE value IS 226 (88.67% from 255) = 35.2%

R = 29.13%
G = 35.67%
B = 35.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#BBE5E2 (or 0xBBE5E2) is known color: Jagged Ice. HEX triplet: BB, E5 and E2. RGB value is (187,229,226). Sum of RGB (Red+Green+Blue) = 187+229+226=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE5E2 is #441A1D. Grayscale: #D8D8D8. Windows color (decimal): -4463134 or 14869947. OLE color: 14869947.

HSL color Cylindrical-coordinate representation of color #BBE5E2: hue angle of 175.71º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE5E2 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 229 226 -
CMYK 0.18 0 0.01 0.10
HSL 175.71º 0.45% 0.82% -
HSV(B) 175.71º 0.18% 0.9% -
XYZ 62.24 72.09 82.59 -
YUV 216.1 133.59 107.24 -
System Red Green Blue C M Y K H S L
Decimal 187 229 226 0.18 0 0.01 0.10 175.71 0.45 0.82
Hex BB E5 E2 12 0 1 A B0 2D 52
Octal 273 345 342 22 0 1 12 260 55 122
Binary 10111011 11100101 11100010 10010 0 1 1010 10110000 101101 1010010

Color Harmonies of #BBE5E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE5E2

Black with #BBE5E2

Text Example


Text Example

White with #BBE5E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE5E2; }

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

 H1.HeaderClassName
 {
   color: #BBE5E2;
 }
 .AnyTagClassName
 {
   color: #BBE5E2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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