Html Css Color HEX #BBECD2 Aero Blue

📋 copy color: '#BBECD2'

red 187 ◦ green 236 ◦ blue 210

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

Shades of Aero Blue #BBECD2

Tints of Aero Blue #BBECD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.18%

R = 29.54%
G = 37.28%
B = 33.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#BBECD2 (or 0xBBECD2) is known color: Aero Blue. HEX triplet: BB, EC and D2. RGB value is (187,236,210). Sum of RGB (Red+Green+Blue) = 187+236+210=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECD2 is #44132D. Grayscale: #DADADA. Windows color (decimal): -4461358 or 13823163. OLE color: 13823163.

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

Color convert

RGB 187 236 210 -
CMYK 0.21 0 0.11 0.07
HSL 148.16º 0.56% 0.83% -
HSV(B) 148.16º 0.21% 0.93% -
XYZ 62.12 75.21 72.22 -
YUV 218.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 187 236 210 0.21 0 0.11 0.07 148.16 0.56 0.83
Hex BB EC D2 15 0 B 7 94 38 53
Octal 273 354 322 25 0 13 7 224 70 123
Binary 10111011 11101100 11010010 10101 0 1011 111 10010100 111000 1010011

Color Harmonies of #BBECD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECD2

Black with #BBECD2

Text Example


Text Example

White with #BBECD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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