Html Css Color HEX #BBEBD3 Aero Blue

📋 copy color: '#BBEBD3'

red 187 ◦ green 235 ◦ blue 211

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

Shades of Aero Blue #BBEBD3

Tints of Aero Blue #BBEBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.33%

R = 29.54%
G = 37.12%
B = 33.33%

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

#BBEBD3 (or 0xBBEBD3) is known color: Aero Blue. HEX triplet: BB, EB and D3. RGB value is (187,235,211). Sum of RGB (Red+Green+Blue) = 187+235+211=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBD3 is #44142C. Grayscale: #D9D9D9. Windows color (decimal): -4461613 or 13888443. OLE color: 13888443.

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

Color convert

RGB 187 235 211 -
CMYK 0.20 0 0.10 0.08
HSL 150º 0.55% 0.83% -
HSV(B) 150º 0.2% 0.92% -
XYZ 61.96 74.68 72.78 -
YUV 217.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 187 235 211 0.20 0 0.10 0.08 150 0.55 0.83
Hex BB EB D3 14 0 A 8 96 37 53
Octal 273 353 323 24 0 12 10 226 67 123
Binary 10111011 11101011 11010011 10100 0 1010 1000 10010110 110111 1010011

Color Harmonies of #BBEBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBD3

Black with #BBEBD3

Text Example


Text Example

White with #BBEBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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