Html Css Color HEX #BBECD4 Aero Blue

📋 copy color: '#BBECD4'

red 187 ◦ green 236 ◦ blue 212

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

Shades of Aero Blue #BBECD4

Tints of Aero Blue #BBECD4

RGB

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

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

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

R = 29.45%
G = 37.17%
B = 33.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#BBECD4 (or 0xBBECD4) is known color: Aero Blue. HEX triplet: BB, EC and D4. RGB value is (187,236,212). Sum of RGB (Red+Green+Blue) = 187+236+212=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECD4 is #44132B. Grayscale: #DADADA. Windows color (decimal): -4461356 or 13954235. OLE color: 13954235.

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

Color convert

RGB 187 236 212 -
CMYK 0.21 0 0.10 0.07
HSL 150.61º 0.56% 0.83% -
HSV(B) 150.61º 0.21% 0.93% -
XYZ 62.37 75.31 73.54 -
YUV 218.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 187 236 212 0.21 0 0.10 0.07 150.61 0.56 0.83
Hex BB EC D4 15 0 A 7 97 38 53
Octal 273 354 324 25 0 12 7 227 70 123
Binary 10111011 11101100 11010100 10101 0 1010 111 10010111 111000 1010011

Color Harmonies of #BBECD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECD4

Black with #BBECD4

Text Example


Text Example

White with #BBECD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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