Html Css Color HEX #BCE7CD Aero Blue

📋 copy color: '#BCE7CD'

red 188 ◦ green 231 ◦ blue 205

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

Shades of Aero Blue #BCE7CD

Tints of Aero Blue #BCE7CD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.02%

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

R = 30.13%
G = 37.02%
B = 32.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#BCE7CD (or 0xBCE7CD) is known color: Aero Blue. HEX triplet: BC, E7 and CD. RGB value is (188,231,205). Sum of RGB (Red+Green+Blue) = 188+231+205=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7CD is #431832. Grayscale: #D7D7D7. Windows color (decimal): -4397107 or 13494204. OLE color: 13494204.

HSL color Cylindrical-coordinate representation of color #BCE7CD: hue angle of 143.72º degrees, saturation: 0.47, 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 #BCE7CD is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 231 205 -
CMYK 0.19 0 0.11 0.09
HSL 143.72º 0.47% 0.82% -
HSV(B) 143.72º 0.19% 0.91% -
XYZ 60.33 72.25 68.52 -
YUV 215.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 188 231 205 0.19 0 0.11 0.09 143.72 0.47 0.82
Hex BC E7 CD 13 0 B 9 90 2F 52
Octal 274 347 315 23 0 13 11 220 57 122
Binary 10111100 11100111 11001101 10011 0 1011 1001 10010000 101111 1010010

Color Harmonies of #BCE7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE7CD

Black with #BCE7CD

Text Example


Text Example

White with #BCE7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE7CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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