Html Css Color HEX #BCE9D8 Aero Blue

📋 copy color: '#BCE9D8'

red 188 ◦ green 233 ◦ blue 216

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

Shades of Aero Blue #BCE9D8

Tints of Aero Blue #BCE9D8

RGB

 RED value IS 188 (73.83% from 255) = 29.51%

 GREEN value IS 233 (91.41% from 255) = 36.58%

 BLUE value IS 216 (84.77% from 255) = 33.91%

R = 29.51%
G = 36.58%
B = 33.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#BCE9D8 (or 0xBCE9D8) is known color: Aero Blue. HEX triplet: BC, E9 and D8. RGB value is (188,233,216). Sum of RGB (Red+Green+Blue) = 188+233+216=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE9D8 is #431627. Grayscale: #D9D9D9. Windows color (decimal): -4396584 or 14215612. OLE color: 14215612.

HSL color Cylindrical-coordinate representation of color #BCE9D8: hue angle of 157.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE9D8 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 216 -
CMYK 0.19 0 0.07 0.09
HSL 157.33º 0.51% 0.83% -
HSV(B) 157.33º 0.19% 0.91% -
XYZ 62.27 73.93 75.95 -
YUV 217.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 188 233 216 0.19 0 0.07 0.09 157.33 0.51 0.83
Hex BC E9 D8 13 0 7 9 9D 33 53
Octal 274 351 330 23 0 7 11 235 63 123
Binary 10111100 11101001 11011000 10011 0 111 1001 10011101 110011 1010011

Color Harmonies of #BCE9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE9D8

Black with #BCE9D8

Text Example


Text Example

White with #BCE9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE9D8; }

 p { color: rgb(188,233,216); }

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

background-color css

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

 a { background-color: rgb(188,233,216); }

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

border-color css

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

 span { border-color: rgb(188,233,216); }

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