Html Css Color HEX #BCE9D0 Aero Blue

📋 copy color: '#BCE9D0'

red 188 ◦ green 233 ◦ blue 208

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

Shades of Aero Blue #BCE9D0

Tints of Aero Blue #BCE9D0

RGB

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

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

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

R = 29.89%
G = 37.04%
B = 33.07%

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

#BCE9D0 (or 0xBCE9D0) is known color: Aero Blue. HEX triplet: BC, E9 and D0. RGB value is (188,233,208). Sum of RGB (Red+Green+Blue) = 188+233+208=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE9D0 is #43162F. Grayscale: #D8D8D8. Windows color (decimal): -4396592 or 13691324. OLE color: 13691324.

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

Color convert

RGB 188 233 208 -
CMYK 0.19 0 0.11 0.09
HSL 146.67º 0.51% 0.83% -
HSV(B) 146.67º 0.19% 0.91% -
XYZ 61.26 73.52 70.64 -
YUV 216.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 188 233 208 0.19 0 0.11 0.09 146.67 0.51 0.83
Hex BC E9 D0 13 0 B 9 93 33 53
Octal 274 351 320 23 0 13 11 223 63 123
Binary 10111100 11101001 11010000 10011 0 1011 1001 10010011 110011 1010011

Color Harmonies of #BCE9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE9D0

Black with #BCE9D0

Text Example


Text Example

White with #BCE9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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