#BDC0B8

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

Shades of Tasman #BDC0B8

Tints of Tasman #BDC0B8

Color information

#BDC0B8 (or 0xBDC0B8) is unknown color: approx Tasman. HEX triplet: BD, C0 and B8. RGB value is (189,192,184). Sum of RGB (Red+Green+Blue) = 189+192+184=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0B8 is #423F47. Grayscale: #BEBEBE. Windows color (decimal): -4341576 or 12107965. OLE color: 12107965.

HSL color Cylindrical-coordinate representation of color #BDC0B8: hue angle of 82.5º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDC0B8 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB189192184-
CMYK0.0200.040.25
HSL82.5º5.97%73.73%-
HSV(B)82.5º4.17%75.29%-
XYZ48.4951.9852.82-
YUV190.19124.51127.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 192 (75.39% from 255) = 33.98%
BLUE value IS 184 (72.27% from 255) = 32.57%
R=33.45%
G=33.98%
B=32.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921840.0200.040.2582.55.9773.73
HexBDC0B8204195264a
Octal275300270204311226112
Binary1011110111000000101110001001001100110100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0B8; }

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

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

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

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

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

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

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

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