Html Css Color HEX #BCEDDA Aero Blue

📋 copy color: '#BCEDDA'

red 188 ◦ green 237 ◦ blue 218

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

Shades of Aero Blue #BCEDDA

Tints of Aero Blue #BCEDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.9%

R = 29.24%
G = 36.86%
B = 33.9%

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

#BCEDDA (or 0xBCEDDA) is known color: Aero Blue. HEX triplet: BC, ED and DA. RGB value is (188,237,218). Sum of RGB (Red+Green+Blue) = 188+237+218=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDDA is #431225. Grayscale: #DCDCDC. Windows color (decimal): -4395558 or 14347708. OLE color: 14347708.

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

Color convert

RGB 188 237 218 -
CMYK 0.21 0 0.08 0.07
HSL 156.73º 0.58% 0.83% -
HSV(B) 156.73º 0.21% 0.93% -
XYZ 63.68 76.32 77.71 -
YUV 220.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 188 237 218 0.21 0 0.08 0.07 156.73 0.58 0.83
Hex BC ED DA 15 0 8 7 9D 3A 53
Octal 274 355 332 25 0 10 7 235 72 123
Binary 10111100 11101101 11011010 10101 0 1000 111 10011101 111010 1010011

Color Harmonies of #BCEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDDA

Black with #BCEDDA

Text Example


Text Example

White with #BCEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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