Html Css Color HEX #BCEAD1 Aero Blue

📋 copy color: '#BCEAD1'

red 188 ◦ green 234 ◦ blue 209

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

Shades of Aero Blue #BCEAD1

Tints of Aero Blue #BCEAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.12%

R = 29.79%
G = 37.08%
B = 33.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#BCEAD1 (or 0xBCEAD1) is known color: Aero Blue. HEX triplet: BC, EA and D1. RGB value is (188,234,209). Sum of RGB (Red+Green+Blue) = 188+234+209=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAD1 is #43152E. Grayscale: #D9D9D9. Windows color (decimal): -4396335 or 13757116. OLE color: 13757116.

HSL color Cylindrical-coordinate representation of color #BCEAD1: hue angle of 147.39º 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 #BCEAD1 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 209 -
CMYK 0.20 0 0.11 0.08
HSL 147.39º 0.52% 0.83% -
HSV(B) 147.39º 0.2% 0.92% -
XYZ 61.67 74.14 71.38 -
YUV 217.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 188 234 209 0.20 0 0.11 0.08 147.39 0.52 0.83
Hex BC EA D1 14 0 B 8 93 34 53
Octal 274 352 321 24 0 13 10 223 64 123
Binary 10111100 11101010 11010001 10100 0 1011 1000 10010011 110100 1010011

Color Harmonies of #BCEAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAD1

Black with #BCEAD1

Text Example


Text Example

White with #BCEAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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