Html Css Color HEX #BCDBCB Aero Blue

📋 copy color: '#BCDBCB'

red 188 ◦ green 219 ◦ blue 203

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

Shades of Aero Blue #BCDBCB

Tints of Aero Blue #BCDBCB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.9%

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

R = 30.82%
G = 35.9%
B = 33.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#BCDBCB (or 0xBCDBCB) is known color: Aero Blue. HEX triplet: BC, DB and CB. RGB value is (188,219,203). Sum of RGB (Red+Green+Blue) = 188+219+203=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBCB is #432434. Grayscale: #CFCFCF. Windows color (decimal): -4400181 or 13360060. OLE color: 13360060.

HSL color Cylindrical-coordinate representation of color #BCDBCB: hue angle of 149.03º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDBCB is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 203 -
CMYK 0.14 0 0.07 0.14
HSL 149.03º 0.3% 0.8% -
HSV(B) 149.03º 0.14% 0.86% -
XYZ 56.85 65.67 66.18 -
YUV 207.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 188 219 203 0.14 0 0.07 0.14 149.03 0.3 0.8
Hex BC DB CB E 0 7 E 95 1E 50
Octal 274 333 313 16 0 7 16 225 36 120
Binary 10111100 11011011 11001011 1110 0 111 1110 10010101 11110 1010000

Color Harmonies of #BCDBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBCB

Black with #BCDBCB

Text Example


Text Example

White with #BCDBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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