Html Css Color HEX #BCE8D0 Aero Blue

📋 copy color: '#BCE8D0'

red 188 ◦ green 232 ◦ blue 208

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

Shades of Aero Blue #BCE8D0

Tints of Aero Blue #BCE8D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.12%

R = 29.94%
G = 36.94%
B = 33.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#BCE8D0 (or 0xBCE8D0) is known color: Aero Blue. HEX triplet: BC, E8 and D0. RGB value is (188,232,208). Sum of RGB (Red+Green+Blue) = 188+232+208=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8D0 is #43172F. Grayscale: #D8D8D8. Windows color (decimal): -4396848 or 13691068. OLE color: 13691068.

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

Color convert

RGB 188 232 208 -
CMYK 0.19 0 0.10 0.09
HSL 147.27º 0.49% 0.82% -
HSV(B) 147.27º 0.19% 0.91% -
XYZ 60.98 72.96 70.54 -
YUV 216.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 188 232 208 0.19 0 0.10 0.09 147.27 0.49 0.82
Hex BC E8 D0 13 0 A 9 93 31 52
Octal 274 350 320 23 0 12 11 223 61 122
Binary 10111100 11101000 11010000 10011 0 1010 1001 10010011 110001 1010010

Color Harmonies of #BCE8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE8D0

Black with #BCE8D0

Text Example


Text Example

White with #BCE8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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