Html Css Color HEX #BDC9B0 Tasman

📋 copy color: '#BDC9B0'

red 189 ◦ green 201 ◦ blue 176

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

Shades of Tasman #BDC9B0

Tints of Tasman #BDC9B0

RGB

 RED value IS 189 (74.22% from 255) = 33.39%

 GREEN value IS 201 (78.91% from 255) = 35.51%

 BLUE value IS 176 (69.14% from 255) = 31.1%

R = 33.39%
G = 35.51%
B = 31.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#BDC9B0 (or 0xBDC9B0) is known color: Tasman. HEX triplet: BD, C9 and B0. RGB value is (189,201,176). Sum of RGB (Red+Green+Blue) = 189+201+176=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC9B0 is #42364F. Grayscale: #C2C2C2. Windows color (decimal): -4339280 or 11585981. OLE color: 11585981.

HSL color Cylindrical-coordinate representation of color #BDC9B0: hue angle of 88.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC9B0 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 176 -
CMYK 0.06 0 0.12 0.21
HSL 88.8º 0.19% 0.74% -
HSV(B) 88.8º 0.12% 0.79% -
XYZ 49.71 55.73 49.21 -
YUV 194.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 189 201 176 0.06 0 0.12 0.21 88.8 0.19 0.74
Hex BD C9 B0 6 0 C 15 59 13 4A
Octal 275 311 260 6 0 14 25 131 23 112
Binary 10111101 11001001 10110000 110 0 1100 10101 1011001 10011 1001010

Color Harmonies of #BDC9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9B0

Black with #BDC9B0

Text Example


Text Example

White with #BDC9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9B0; }

 p { color: rgb(189,201,176); }

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

background-color css

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

 a { background-color: rgb(189,201,176); }

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

border-color css

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

 span { border-color: rgb(189,201,176); }

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