Html Css Color HEX #BDC4B2 Tasman

📋 copy color: '#BDC4B2'

red 189 ◦ green 196 ◦ blue 178

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

Shades of Tasman #BDC4B2

Tints of Tasman #BDC4B2

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.81%

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

R = 33.57%
G = 34.81%
B = 31.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#BDC4B2 (or 0xBDC4B2) is known color: Tasman. HEX triplet: BD, C4 and B2. RGB value is (189,196,178). Sum of RGB (Red+Green+Blue) = 189+196+178=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC4B2 is #423B4D. Grayscale: #BFBFBF. Windows color (decimal): -4340558 or 11715773. OLE color: 11715773.

HSL color Cylindrical-coordinate representation of color #BDC4B2: hue angle of 83.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDC4B2 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 178 -
CMYK 0.04 0 0.09 0.23
HSL 83.33º 0.13% 0.73% -
HSV(B) 83.33º 0.09% 0.77% -
XYZ 48.76 53.51 49.88 -
YUV 191.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 189 196 178 0.04 0 0.09 0.23 83.33 0.13 0.73
Hex BD C4 B2 4 0 9 17 53 D 49
Octal 275 304 262 4 0 11 27 123 15 111
Binary 10111101 11000100 10110010 100 0 1001 10111 1010011 1101 1001001

Color Harmonies of #BDC4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4B2

Black with #BDC4B2

Text Example


Text Example

White with #BDC4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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