Html Css Color HEX #BBE3CD Aero Blue

📋 copy color: '#BBE3CD'

red 187 ◦ green 227 ◦ blue 205

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

Shades of Aero Blue #BBE3CD

Tints of Aero Blue #BBE3CD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.67%

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

R = 30.21%
G = 36.67%
B = 33.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#BBE3CD (or 0xBBE3CD) is known color: Aero Blue. HEX triplet: BB, E3 and CD. RGB value is (187,227,205). Sum of RGB (Red+Green+Blue) = 187+227+205=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3CD is #441C32. Grayscale: #D4D4D4. Windows color (decimal): -4463667 or 13493179. OLE color: 13493179.

HSL color Cylindrical-coordinate representation of color #BBE3CD: hue angle of 147º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE3CD is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 227 205 -
CMYK 0.18 0 0.10 0.11
HSL 147º 0.42% 0.81% -
HSV(B) 147º 0.18% 0.89% -
XYZ 58.98 69.91 68.14 -
YUV 212.53 123.75 109.79 -
System Red Green Blue C M Y K H S L
Decimal 187 227 205 0.18 0 0.10 0.11 147 0.42 0.81
Hex BB E3 CD 12 0 A B 93 2A 51
Octal 273 343 315 22 0 12 13 223 52 121
Binary 10111011 11100011 11001101 10010 0 1010 1011 10010011 101010 1010001

Color Harmonies of #BBE3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE3CD

Black with #BBE3CD

Text Example


Text Example

White with #BBE3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE3CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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