Html Css Color HEX #BBEDD4 Aero Blue

📋 copy color: '#BBEDD4'

red 187 ◦ green 237 ◦ blue 212

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

Shades of Aero Blue #BBEDD4

Tints of Aero Blue #BBEDD4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.26%

 BLUE value IS 212 (83.2% from 255) = 33.33%

R = 29.4%
G = 37.26%
B = 33.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#BBEDD4 (or 0xBBEDD4) is known color: Aero Blue. HEX triplet: BB, ED and D4. RGB value is (187,237,212). Sum of RGB (Red+Green+Blue) = 187+237+212=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDD4 is #44122B. Grayscale: #DBDBDB. Windows color (decimal): -4461100 or 13954491. OLE color: 13954491.

HSL color Cylindrical-coordinate representation of color #BBEDD4: hue angle of 150º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDD4 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 237 212 -
CMYK 0.21 0 0.11 0.07
HSL 150º 0.58% 0.83% -
HSV(B) 150º 0.21% 0.93% -
XYZ 62.66 75.89 73.63 -
YUV 219.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 187 237 212 0.21 0 0.11 0.07 150 0.58 0.83
Hex BB ED D4 15 0 B 7 96 3A 53
Octal 273 355 324 25 0 13 7 226 72 123
Binary 10111011 11101101 11010100 10101 0 1011 111 10010110 111010 1010011

Color Harmonies of #BBEDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDD4

Black with #BBEDD4

Text Example


Text Example

White with #BBEDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDD4; }

 p { color: rgb(187,237,212); }

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

background-color css

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

 a { background-color: rgb(187,237,212); }

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

border-color css

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

 span { border-color: rgb(187,237,212); }

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