Html Css Color HEX #BDC5B2 Tasman

📋 copy color: '#BDC5B2'

red 189 ◦ green 197 ◦ blue 178

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

Shades of Tasman #BDC5B2

Tints of Tasman #BDC5B2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.93%

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

R = 33.51%
G = 34.93%
B = 31.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#BDC5B2 (or 0xBDC5B2) is known color: Tasman. HEX triplet: BD, C5 and B2. RGB value is (189,197,178). Sum of RGB (Red+Green+Blue) = 189+197+178=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC5B2 is #423A4D. Grayscale: #C0C0C0. Windows color (decimal): -4340302 or 11716029. OLE color: 11716029.

HSL color Cylindrical-coordinate representation of color #BDC5B2: hue angle of 85.26º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC5B2 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 178 -
CMYK 0.04 0 0.10 0.23
HSL 85.26º 0.14% 0.74% -
HSV(B) 85.26º 0.1% 0.77% -
XYZ 48.99 53.97 49.95 -
YUV 192.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 189 197 178 0.04 0 0.10 0.23 85.26 0.14 0.74
Hex BD C5 B2 4 0 A 17 55 E 4A
Octal 275 305 262 4 0 12 27 125 16 112
Binary 10111101 11000101 10110010 100 0 1010 10111 1010101 1110 1001010

Color Harmonies of #BDC5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5B2

Black with #BDC5B2

Text Example


Text Example

White with #BDC5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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