Html Css Color HEX #BBEBD4 Aero Blue

📋 copy color: '#BBEBD4'

red 187 ◦ green 235 ◦ blue 212

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

Shades of Aero Blue #BBEBD4

Tints of Aero Blue #BBEBD4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.07%

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

R = 29.5%
G = 37.07%
B = 33.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#BBEBD4 (or 0xBBEBD4) is known color: Aero Blue. HEX triplet: BB, EB and D4. RGB value is (187,235,212). Sum of RGB (Red+Green+Blue) = 187+235+212=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBD4 is #44142B. Grayscale: #DADADA. Windows color (decimal): -4461612 or 13953979. OLE color: 13953979.

HSL color Cylindrical-coordinate representation of color #BBEBD4: hue angle of 151.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBD4 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 235 212 -
CMYK 0.20 0 0.10 0.08
HSL 151.25º 0.55% 0.83% -
HSV(B) 151.25º 0.2% 0.92% -
XYZ 62.09 74.73 73.44 -
YUV 218.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 187 235 212 0.20 0 0.10 0.08 151.25 0.55 0.83
Hex BB EB D4 14 0 A 8 97 37 53
Octal 273 353 324 24 0 12 10 227 67 123
Binary 10111011 11101011 11010100 10100 0 1010 1000 10010111 110111 1010011

Color Harmonies of #BBEBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBD4

Black with #BBEBD4

Text Example


Text Example

White with #BBEBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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