Html Css Color HEX #BBE6CE Aero Blue

📋 copy color: '#BBE6CE'

red 187 ◦ green 230 ◦ blue 206

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

Shades of Aero Blue #BBE6CE

Tints of Aero Blue #BBE6CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.07%

R = 30.02%
G = 36.92%
B = 33.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#BBE6CE (or 0xBBE6CE) is known color: Aero Blue. HEX triplet: BB, E6 and CE. RGB value is (187,230,206). Sum of RGB (Red+Green+Blue) = 187+230+206=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE6CE is #441931. Grayscale: #D6D6D6. Windows color (decimal): -4462898 or 13559483. OLE color: 13559483.

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

Color convert

RGB 187 230 206 -
CMYK 0.19 0 0.10 0.10
HSL 146.51º 0.46% 0.82% -
HSV(B) 146.51º 0.19% 0.9% -
XYZ 59.93 71.61 69.06 -
YUV 214.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 187 230 206 0.19 0 0.10 0.10 146.51 0.46 0.82
Hex BB E6 CE 13 0 A A 93 2E 52
Octal 273 346 316 23 0 12 12 223 56 122
Binary 10111011 11100110 11001110 10011 0 1010 1010 10010011 101110 1010010

Color Harmonies of #BBE6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE6CE

Black with #BBE6CE

Text Example


Text Example

White with #BBE6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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