Html Css Color HEX #BBE1CE Aero Blue

📋 copy color: '#BBE1CE'

red 187 ◦ green 225 ◦ blue 206

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

Shades of Aero Blue #BBE1CE

Tints of Aero Blue #BBE1CE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.41%

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

R = 30.26%
G = 36.41%
B = 33.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#BBE1CE (or 0xBBE1CE) is known color: Aero Blue. HEX triplet: BB, E1 and CE. RGB value is (187,225,206). Sum of RGB (Red+Green+Blue) = 187+225+206=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1CE is #441E31. Grayscale: #D3D3D3. Windows color (decimal): -4464178 or 13558203. OLE color: 13558203.

HSL color Cylindrical-coordinate representation of color #BBE1CE: hue angle of 150º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE1CE is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 225 206 -
CMYK 0.17 0 0.08 0.12
HSL 150º 0.39% 0.81% -
HSV(B) 150º 0.17% 0.88% -
XYZ 58.56 68.87 68.6 -
YUV 211.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 187 225 206 0.17 0 0.08 0.12 150 0.39 0.81
Hex BB E1 CE 11 0 8 C 96 27 51
Octal 273 341 316 21 0 10 14 226 47 121
Binary 10111011 11100001 11001110 10001 0 1000 1100 10010110 100111 1010001

Color Harmonies of #BBE1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE1CE

Black with #BBE1CE

Text Example


Text Example

White with #BBE1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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