Html Css Color HEX #BCDDCB Aero Blue

📋 copy color: '#BCDDCB'

red 188 ◦ green 221 ◦ blue 203

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

Shades of Aero Blue #BCDDCB

Tints of Aero Blue #BCDDCB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.11%

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

R = 30.72%
G = 36.11%
B = 33.17%

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

#BCDDCB (or 0xBCDDCB) is known color: Aero Blue. HEX triplet: BC, DD and CB. RGB value is (188,221,203). Sum of RGB (Red+Green+Blue) = 188+221+203=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDCB is #432234. Grayscale: #D1D1D1. Windows color (decimal): -4399669 or 13360572. OLE color: 13360572.

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

Color convert

RGB 188 221 203 -
CMYK 0.15 0 0.08 0.13
HSL 147.27º 0.33% 0.8% -
HSV(B) 147.27º 0.15% 0.87% -
XYZ 57.37 66.72 66.35 -
YUV 209.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 188 221 203 0.15 0 0.08 0.13 147.27 0.33 0.8
Hex BC DD CB F 0 8 D 93 21 50
Octal 274 335 313 17 0 10 15 223 41 120
Binary 10111100 11011101 11001011 1111 0 1000 1101 10010011 100001 1010000

Color Harmonies of #BCDDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDCB

Black with #BCDDCB

Text Example


Text Example

White with #BCDDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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