Html Css Color HEX #BBEBD8 Aero Blue

📋 copy color: '#BBEBD8'

red 187 ◦ green 235 ◦ blue 216

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

Shades of Aero Blue #BBEBD8

Tints of Aero Blue #BBEBD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.86%

R = 29.31%
G = 36.83%
B = 33.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#BBEBD8 (or 0xBBEBD8) is known color: Aero Blue. HEX triplet: BB, EB and D8. RGB value is (187,235,216). Sum of RGB (Red+Green+Blue) = 187+235+216=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBD8 is #441427. Grayscale: #DADADA. Windows color (decimal): -4461608 or 14216123. OLE color: 14216123.

HSL color Cylindrical-coordinate representation of color #BBEBD8: hue angle of 156.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 #BBEBD8 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 235 216 -
CMYK 0.20 0 0.08 0.08
HSL 156.25º 0.55% 0.83% -
HSV(B) 156.25º 0.2% 0.92% -
XYZ 62.6 74.94 76.13 -
YUV 218.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 187 235 216 0.20 0 0.08 0.08 156.25 0.55 0.83
Hex BB EB D8 14 0 8 8 9C 37 53
Octal 273 353 330 24 0 10 10 234 67 123
Binary 10111011 11101011 11011000 10100 0 1000 1000 10011100 110111 1010011

Color Harmonies of #BBEBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBD8

Black with #BBEBD8

Text Example


Text Example

White with #BBEBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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