Html Css Color HEX #BCEAD8 Aero Blue

📋 copy color: '#BCEAD8'

red 188 ◦ green 234 ◦ blue 216

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

Shades of Aero Blue #BCEAD8

Tints of Aero Blue #BCEAD8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.68%

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

R = 29.47%
G = 36.68%
B = 33.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#BCEAD8 (or 0xBCEAD8) is known color: Aero Blue. HEX triplet: BC, EA and D8. RGB value is (188,234,216). Sum of RGB (Red+Green+Blue) = 188+234+216=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAD8 is #431527. Grayscale: #DADADA. Windows color (decimal): -4396328 or 14215868. OLE color: 14215868.

HSL color Cylindrical-coordinate representation of color #BCEAD8: hue angle of 156.52º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEAD8 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 216 -
CMYK 0.20 0 0.08 0.08
HSL 156.52º 0.52% 0.83% -
HSV(B) 156.52º 0.2% 0.92% -
XYZ 62.56 74.49 76.05 -
YUV 218.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 188 234 216 0.20 0 0.08 0.08 156.52 0.52 0.83
Hex BC EA D8 14 0 8 8 9D 34 53
Octal 274 352 330 24 0 10 10 235 64 123
Binary 10111100 11101010 11011000 10100 0 1000 1000 10011101 110100 1010011

Color Harmonies of #BCEAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAD8

Black with #BCEAD8

Text Example


Text Example

White with #BCEAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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