Html Css Color HEX #BCDECB Aero Blue

📋 copy color: '#BCDECB'

red 188 ◦ green 222 ◦ blue 203

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

Shades of Aero Blue #BCDECB

Tints of Aero Blue #BCDECB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.22%

 BLUE value IS 203 (79.69% from 255) = 33.12%

R = 30.67%
G = 36.22%
B = 33.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BCDECB (or 0xBCDECB) is known color: Aero Blue. HEX triplet: BC, DE and CB. RGB value is (188,222,203). Sum of RGB (Red+Green+Blue) = 188+222+203=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDECB is #432134. Grayscale: #D1D1D1. Windows color (decimal): -4399413 or 13360828. OLE color: 13360828.

HSL color Cylindrical-coordinate representation of color #BCDECB: hue angle of 146.47º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDECB is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 203 -
CMYK 0.15 0 0.09 0.13
HSL 146.47º 0.34% 0.8% -
HSV(B) 146.47º 0.15% 0.87% -
XYZ 57.64 67.25 66.44 -
YUV 209.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 188 222 203 0.15 0 0.09 0.13 146.47 0.34 0.8
Hex BC DE CB F 0 9 D 92 22 50
Octal 274 336 313 17 0 11 15 222 42 120
Binary 10111100 11011110 11001011 1111 0 1001 1101 10010010 100010 1010000

Color Harmonies of #BCDECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDECB

Black with #BCDECB

Text Example


Text Example

White with #BCDECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDECB; }

 p { color: rgb(188,222,203); }

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

background-color css

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

 a { background-color: rgb(188,222,203); }

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

border-color css

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

 span { border-color: rgb(188,222,203); }

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