#BDC3C0

Color #BDC3C0 Tiara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiara #BDC3C0

Tints of Tiara #BDC3C0

Color information

#BDC3C0 (or 0xBDC3C0) is unknown color: approx Tiara. HEX triplet: BD, C3 and C0. RGB value is (189,195,192). Sum of RGB (Red+Green+Blue) = 189+195+192=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3C0 is #423C3F. Grayscale: #C0C0C0. Windows color (decimal): -4340800 or 12633021. OLE color: 12633021.

HSL color Cylindrical-coordinate representation of color #BDC3C0: hue angle of 150º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDC3C0 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB189195192-
CMYK0.0300.020.24
HSL150º4.76%75.29%-
HSV(B)150º3.08%76.47%-
XYZ50.0253.6557.59-
YUV192.86127.51125.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.81%
GREEN value IS 195 (76.56% from 255) = 33.85%
BLUE value IS 192 (75.39% from 255) = 33.33%
R=32.81%
G=33.85%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951920.0300.020.241504.7675.29
HexBDC3C0302189654b
Octal275303300302302265113
Binary1011110111000011110000001101011000100101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3C0; }

 p { color: rgb(189,195,192); }

 H1.HeaderClassName
 {
   color: #BDC3C0;
 }
 .AnyTagClassName
 {
   color: #BDC3C0;
 }
</style>
background-color css

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

 a { background-color: rgb(189,195,192); }

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

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

 span { border-color: rgb(189,195,192); }

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