Html Css Color HEX #BBE1CD Aero Blue

📋 copy color: '#BBE1CD'

red 187 ◦ green 225 ◦ blue 205

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

Shades of Aero Blue #BBE1CD

Tints of Aero Blue #BBE1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.23%

R = 30.31%
G = 36.47%
B = 33.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#BBE1CD (or 0xBBE1CD) is known color: Aero Blue. HEX triplet: BB, E1 and CD. RGB value is (187,225,205). Sum of RGB (Red+Green+Blue) = 187+225+205=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1CD is #441E32. Grayscale: #D3D3D3. Windows color (decimal): -4464179 or 13492667. OLE color: 13492667.

HSL color Cylindrical-coordinate representation of color #BBE1CD: hue angle of 148.42º 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 #BBE1CD is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 225 205 -
CMYK 0.17 0 0.09 0.12
HSL 148.42º 0.39% 0.81% -
HSV(B) 148.42º 0.17% 0.88% -
XYZ 58.44 68.82 67.96 -
YUV 211.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 187 225 205 0.17 0 0.09 0.12 148.42 0.39 0.81
Hex BB E1 CD 11 0 9 C 94 27 51
Octal 273 341 315 21 0 11 14 224 47 121
Binary 10111011 11100001 11001101 10001 0 1001 1100 10010100 100111 1010001

Color Harmonies of #BBE1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE1CD

Black with #BBE1CD

Text Example


Text Example

White with #BBE1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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