Html Css Color HEX #BBE6D2 Aero Blue

📋 copy color: '#BBE6D2'

red 187 ◦ green 230 ◦ blue 210

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

Shades of Aero Blue #BBE6D2

Tints of Aero Blue #BBE6D2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.68%

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

R = 29.82%
G = 36.68%
B = 33.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#BBE6D2 (or 0xBBE6D2) is known color: Aero Blue. HEX triplet: BB, E6 and D2. RGB value is (187,230,210). Sum of RGB (Red+Green+Blue) = 187+230+210=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE6D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE6D2 is #44192D. Grayscale: #D6D6D6. Windows color (decimal): -4462894 or 13821627. OLE color: 13821627.

HSL color Cylindrical-coordinate representation of color #BBE6D2: hue angle of 152.09º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE6D2 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 230 210 -
CMYK 0.19 0 0.09 0.10
HSL 152.09º 0.46% 0.82% -
HSV(B) 152.09º 0.19% 0.9% -
XYZ 60.42 71.81 71.65 -
YUV 214.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 187 230 210 0.19 0 0.09 0.10 152.09 0.46 0.82
Hex BB E6 D2 13 0 9 A 98 2E 52
Octal 273 346 322 23 0 11 12 230 56 122
Binary 10111011 11100110 11010010 10011 0 1001 1010 10011000 101110 1010010

Color Harmonies of #BBE6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE6D2

Black with #BBE6D2

Text Example


Text Example

White with #BBE6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE6D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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