Html Css Color HEX #BDB0AF Pink Swan

📋 copy color: '#BDB0AF'

red 189 ◦ green 176 ◦ blue 175

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

Shades of Pink Swan #BDB0AF

Tints of Pink Swan #BDB0AF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.59%

 BLUE value IS 175 (68.75% from 255) = 32.41%

R = 35%
G = 32.59%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BDB0AF (or 0xBDB0AF) is known color: Pink Swan. HEX triplet: BD, B0 and AF. RGB value is (189,176,175). Sum of RGB (Red+Green+Blue) = 189+176+175=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB0AF is #424F50. Grayscale: #B3B3B3. Windows color (decimal): -4345681 or 11514045. OLE color: 11514045.

HSL color Cylindrical-coordinate representation of color #BDB0AF: hue angle of 4.29º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDB0AF is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 175 -
CMYK 0 0.07 0.07 0.26
HSL 4.29º 0.1% 0.71% -
HSV(B) 4.29º 0.07% 0.74% -
XYZ 44.25 44.96 46.9 -
YUV 179.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 189 176 175 0 0.07 0.07 0.26 4.29 0.1 0.71
Hex BD B0 AF 0 7 7 1A 4 A 47
Octal 275 260 257 0 7 7 32 4 12 107
Binary 10111101 10110000 10101111 0 111 111 11010 100 1010 1000111

Color Harmonies of #BDB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0AF

Black with #BDB0AF

Text Example


Text Example

White with #BDB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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