Html Css Color HEX #BCEAD5 Aero Blue

📋 copy color: '#BCEAD5'

red 188 ◦ green 234 ◦ blue 213

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

Shades of Aero Blue #BCEAD5

Tints of Aero Blue #BCEAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.54%

R = 29.61%
G = 36.85%
B = 33.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#BCEAD5 (or 0xBCEAD5) is known color: Aero Blue. HEX triplet: BC, EA and D5. RGB value is (188,234,213). Sum of RGB (Red+Green+Blue) = 188+234+213=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAD5 is #43152A. Grayscale: #D9D9D9. Windows color (decimal): -4396331 or 14019260. OLE color: 14019260.

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

Color convert

RGB 188 234 213 -
CMYK 0.20 0 0.09 0.08
HSL 152.61º 0.52% 0.83% -
HSV(B) 152.61º 0.2% 0.92% -
XYZ 62.17 74.34 74.02 -
YUV 217.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 188 234 213 0.20 0 0.09 0.08 152.61 0.52 0.83
Hex BC EA D5 14 0 9 8 99 34 53
Octal 274 352 325 24 0 11 10 231 64 123
Binary 10111100 11101010 11010101 10100 0 1001 1000 10011001 110100 1010011

Color Harmonies of #BCEAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAD5

Black with #BCEAD5

Text Example


Text Example

White with #BCEAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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