Html Css Color HEX #BCE9D2 Aero Blue

📋 copy color: '#BCE9D2'

red 188 ◦ green 233 ◦ blue 210

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

Shades of Aero Blue #BCE9D2

Tints of Aero Blue #BCE9D2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.93%

 BLUE value IS 210 (82.42% from 255) = 33.28%

R = 29.79%
G = 36.93%
B = 33.28%

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

#BCE9D2 (or 0xBCE9D2) is known color: Aero Blue. HEX triplet: BC, E9 and D2. RGB value is (188,233,210). Sum of RGB (Red+Green+Blue) = 188+233+210=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE9D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE9D2 is #43162D. Grayscale: #D8D8D8. Windows color (decimal): -4396590 or 13822396. OLE color: 13822396.

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

Color convert

RGB 188 233 210 -
CMYK 0.19 0 0.10 0.09
HSL 149.33º 0.51% 0.83% -
HSV(B) 149.33º 0.19% 0.91% -
XYZ 61.51 73.62 71.94 -
YUV 216.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 188 233 210 0.19 0 0.10 0.09 149.33 0.51 0.83
Hex BC E9 D2 13 0 A 9 95 33 53
Octal 274 351 322 23 0 12 11 225 63 123
Binary 10111100 11101001 11010010 10011 0 1010 1001 10010101 110011 1010011

Color Harmonies of #BCE9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE9D2

Black with #BCE9D2

Text Example


Text Example

White with #BCE9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE9D2; }

 p { color: rgb(188,233,210); }

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

background-color css

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

 a { background-color: rgb(188,233,210); }

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

border-color css

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

 span { border-color: rgb(188,233,210); }

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