Html Css Color HEX #BBE3E0 Jagged Ice

📋 copy color: '#BBE3E0'

red 187 ◦ green 227 ◦ blue 224

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

Shades of Jagged Ice #BBE3E0

Tints of Jagged Ice #BBE3E0

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.58%

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

R = 29.31%
G = 35.58%
B = 35.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#BBE3E0 (or 0xBBE3E0) is known color: Jagged Ice. HEX triplet: BB, E3 and E0. RGB value is (187,227,224). Sum of RGB (Red+Green+Blue) = 187+227+224=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3E0 is #441C1F. Grayscale: #D6D6D6. Windows color (decimal): -4463648 or 14738363. OLE color: 14738363.

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

Color convert

RGB 187 227 224 -
CMYK 0.18 0 0.01 0.11
HSL 175.5º 0.42% 0.81% -
HSV(B) 175.5º 0.18% 0.89% -
XYZ 61.42 70.88 80.97 -
YUV 214.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 187 227 224 0.18 0 0.01 0.11 175.5 0.42 0.81
Hex BB E3 E0 12 0 1 B B0 2A 51
Octal 273 343 340 22 0 1 13 260 52 121
Binary 10111011 11100011 11100000 10010 0 1 1011 10110000 101010 1010001

Color Harmonies of #BBE3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE3E0

Black with #BBE3E0

Text Example


Text Example

White with #BBE3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE3E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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