Html Css Color HEX #BCE8CD Aero Blue

📋 copy color: '#BCE8CD'

red 188 ◦ green 232 ◦ blue 205

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

Shades of Aero Blue #BCE8CD

Tints of Aero Blue #BCE8CD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.12%

 BLUE value IS 205 (80.47% from 255) = 32.8%

R = 30.08%
G = 37.12%
B = 32.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#BCE8CD (or 0xBCE8CD) is known color: Aero Blue. HEX triplet: BC, E8 and CD. RGB value is (188,232,205). Sum of RGB (Red+Green+Blue) = 188+232+205=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8CD is #431732. Grayscale: #D7D7D7. Windows color (decimal): -4396851 or 13494460. OLE color: 13494460.

HSL color Cylindrical-coordinate representation of color #BCE8CD: hue angle of 143.18º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE8CD is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 232 205 -
CMYK 0.19 0 0.12 0.09
HSL 143.18º 0.49% 0.82% -
HSV(B) 143.18º 0.19% 0.91% -
XYZ 60.62 72.81 68.62 -
YUV 215.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 188 232 205 0.19 0 0.12 0.09 143.18 0.49 0.82
Hex BC E8 CD 13 0 C 9 8F 31 52
Octal 274 350 315 23 0 14 11 217 61 122
Binary 10111100 11101000 11001101 10011 0 1100 1001 10001111 110001 1010010

Color Harmonies of #BCE8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE8CD

Black with #BCE8CD

Text Example


Text Example

White with #BCE8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE8CD; }

 p { color: rgb(188,232,205); }

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

background-color css

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

 a { background-color: rgb(188,232,205); }

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

border-color css

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

 span { border-color: rgb(188,232,205); }

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