Html Css Color HEX #BBE4E0 Jagged Ice

📋 copy color: '#BBE4E0'

red 187 ◦ green 228 ◦ blue 224

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

Shades of Jagged Ice #BBE4E0

Tints of Jagged Ice #BBE4E0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.68%

 BLUE value IS 224 (87.89% from 255) = 35.05%

R = 29.26%
G = 35.68%
B = 35.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#BBE4E0 (or 0xBBE4E0) is known color: Jagged Ice. HEX triplet: BB, E4 and E0. RGB value is (187,228,224). Sum of RGB (Red+Green+Blue) = 187+228+224=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4E0 is #441B1F. Grayscale: #D7D7D7. Windows color (decimal): -4463392 or 14738619. OLE color: 14738619.

HSL color Cylindrical-coordinate representation of color #BBE4E0: hue angle of 174.15º degrees, saturation: 0.43, 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 #BBE4E0 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 228 224 -
CMYK 0.18 0 0.02 0.11
HSL 174.15º 0.43% 0.81% -
HSV(B) 174.15º 0.18% 0.89% -
XYZ 61.69 71.43 81.06 -
YUV 215.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 187 228 224 0.18 0 0.02 0.11 174.15 0.43 0.81
Hex BB E4 E0 12 0 2 B AE 2B 51
Octal 273 344 340 22 0 2 13 256 53 121
Binary 10111011 11100100 11100000 10010 0 10 1011 10101110 101011 1010001

Color Harmonies of #BBE4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE4E0

Black with #BBE4E0

Text Example


Text Example

White with #BBE4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE4E0; }

 p { color: rgb(187,228,224); }

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

background-color css

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

 a { background-color: rgb(187,228,224); }

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

border-color css

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

 span { border-color: rgb(187,228,224); }

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