Html Css Color HEX #BDC3B2 Tasman

📋 copy color: '#BDC3B2'

red 189 ◦ green 195 ◦ blue 178

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

Shades of Tasman #BDC3B2

Tints of Tasman #BDC3B2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.7%

 BLUE value IS 178 (69.92% from 255) = 31.67%

R = 33.63%
G = 34.7%
B = 31.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#BDC3B2 (or 0xBDC3B2) is known color: Tasman. HEX triplet: BD, C3 and B2. RGB value is (189,195,178). Sum of RGB (Red+Green+Blue) = 189+195+178=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC3B2 is #423C4D. Grayscale: #BFBFBF. Windows color (decimal): -4340814 or 11715517. OLE color: 11715517.

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

Color convert

RGB 189 195 178 -
CMYK 0.03 0 0.09 0.24
HSL 81.18º 0.12% 0.73% -
HSV(B) 81.18º 0.09% 0.76% -
XYZ 48.54 53.06 49.8 -
YUV 191.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 189 195 178 0.03 0 0.09 0.24 81.18 0.12 0.73
Hex BD C3 B2 3 0 9 18 51 C 49
Octal 275 303 262 3 0 11 30 121 14 111
Binary 10111101 11000011 10110010 11 0 1001 11000 1010001 1100 1001001

Color Harmonies of #BDC3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3B2

Black with #BDC3B2

Text Example


Text Example

White with #BDC3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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