Html Css Color HEX #BCDECC Aero Blue

📋 copy color: '#BCDECC'

red 188 ◦ green 222 ◦ blue 204

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

Shades of Aero Blue #BCDECC

Tints of Aero Blue #BCDECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.22%

R = 30.62%
G = 36.16%
B = 33.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#BCDECC (or 0xBCDECC) is known color: Aero Blue. HEX triplet: BC, DE and CC. RGB value is (188,222,204). Sum of RGB (Red+Green+Blue) = 188+222+204=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDECC is #432133. Grayscale: #D1D1D1. Windows color (decimal): -4399412 or 13426364. OLE color: 13426364.

HSL color Cylindrical-coordinate representation of color #BCDECC: hue angle of 148.24º 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 #BCDECC is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 204 -
CMYK 0.15 0 0.08 0.13
HSL 148.24º 0.34% 0.8% -
HSV(B) 148.24º 0.15% 0.87% -
XYZ 57.76 67.29 67.07 -
YUV 209.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 188 222 204 0.15 0 0.08 0.13 148.24 0.34 0.8
Hex BC DE CC F 0 8 D 94 22 50
Octal 274 336 314 17 0 10 15 224 42 120
Binary 10111100 11011110 11001100 1111 0 1000 1101 10010100 100010 1010000

Color Harmonies of #BCDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDECC

Black with #BCDECC

Text Example


Text Example

White with #BCDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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