Html Css Color HEX #BBECD0 Aero Blue

📋 copy color: '#BBECD0'

red 187 ◦ green 236 ◦ blue 208

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

Shades of Aero Blue #BBECD0

Tints of Aero Blue #BBECD0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.4%

 BLUE value IS 208 (81.64% from 255) = 32.96%

R = 29.64%
G = 37.4%
B = 32.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#BBECD0 (or 0xBBECD0) is known color: Aero Blue. HEX triplet: BB, EC and D0. RGB value is (187,236,208). Sum of RGB (Red+Green+Blue) = 187+236+208=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECD0 is #44132F. Grayscale: #DADADA. Windows color (decimal): -4461360 or 13692091. OLE color: 13692091.

HSL color Cylindrical-coordinate representation of color #BBECD0: hue angle of 145.71º degrees, saturation: 0.56, 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 #BBECD0 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 236 208 -
CMYK 0.21 0 0.12 0.07
HSL 145.71º 0.56% 0.83% -
HSV(B) 145.71º 0.21% 0.93% -
XYZ 61.87 75.11 70.91 -
YUV 218.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 187 236 208 0.21 0 0.12 0.07 145.71 0.56 0.83
Hex BB EC D0 15 0 C 7 92 38 53
Octal 273 354 320 25 0 14 7 222 70 123
Binary 10111011 11101100 11010000 10101 0 1100 111 10010010 111000 1010011

Color Harmonies of #BBECD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECD0

Black with #BBECD0

Text Example


Text Example

White with #BBECD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECD0; }

 p { color: rgb(187,236,208); }

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

background-color css

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

 a { background-color: rgb(187,236,208); }

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

border-color css

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

 span { border-color: rgb(187,236,208); }

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