Html Css Color HEX #BCE8D3 Aero Blue

📋 copy color: '#BCE8D3'

red 188 ◦ green 232 ◦ blue 211

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

Shades of Aero Blue #BCE8D3

Tints of Aero Blue #BCE8D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.44%

R = 29.79%
G = 36.77%
B = 33.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#BCE8D3 (or 0xBCE8D3) is known color: Aero Blue. HEX triplet: BC, E8 and D3. RGB value is (188,232,211). Sum of RGB (Red+Green+Blue) = 188+232+211=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8D3 is #43172C. Grayscale: #D8D8D8. Windows color (decimal): -4396845 or 13887676. OLE color: 13887676.

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

Color convert

RGB 188 232 211 -
CMYK 0.19 0 0.09 0.09
HSL 151.36º 0.49% 0.82% -
HSV(B) 151.36º 0.19% 0.91% -
XYZ 61.35 73.11 72.51 -
YUV 216.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 188 232 211 0.19 0 0.09 0.09 151.36 0.49 0.82
Hex BC E8 D3 13 0 9 9 97 31 52
Octal 274 350 323 23 0 11 11 227 61 122
Binary 10111100 11101000 11010011 10011 0 1001 1001 10010111 110001 1010010

Color Harmonies of #BCE8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE8D3

Black with #BCE8D3

Text Example


Text Example

White with #BCE8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE8D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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