Html Css Color HEX #BCEDD9 Aero Blue

📋 copy color: '#BCEDD9'

red 188 ◦ green 237 ◦ blue 217

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

Shades of Aero Blue #BCEDD9

Tints of Aero Blue #BCEDD9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.92%

 BLUE value IS 217 (85.16% from 255) = 33.8%

R = 29.28%
G = 36.92%
B = 33.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#BCEDD9 (or 0xBCEDD9) is known color: Aero Blue. HEX triplet: BC, ED and D9. RGB value is (188,237,217). Sum of RGB (Red+Green+Blue) = 188+237+217=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDD9 is #431226. Grayscale: #DCDCDC. Windows color (decimal): -4395559 or 14282172. OLE color: 14282172.

HSL color Cylindrical-coordinate representation of color #BCEDD9: hue angle of 155.51º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDD9 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 217 -
CMYK 0.21 0 0.08 0.07
HSL 155.51º 0.58% 0.83% -
HSV(B) 155.51º 0.21% 0.93% -
XYZ 63.55 76.27 77.02 -
YUV 220.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 188 237 217 0.21 0 0.08 0.07 155.51 0.58 0.83
Hex BC ED D9 15 0 8 7 9C 3A 53
Octal 274 355 331 25 0 10 7 234 72 123
Binary 10111100 11101101 11011001 10101 0 1000 111 10011100 111010 1010011

Color Harmonies of #BCEDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDD9

Black with #BCEDD9

Text Example


Text Example

White with #BCEDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDD9; }

 p { color: rgb(188,237,217); }

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

background-color css

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

 a { background-color: rgb(188,237,217); }

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

border-color css

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

 span { border-color: rgb(188,237,217); }

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