#BD9C9F

Color #BD9C9F Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #BD9C9F

Tints of Careys Pink #BD9C9F

Color information

#BD9C9F (or 0xBD9C9F) is unknown color: approx Careys Pink. HEX triplet: BD, 9C and 9F. RGB value is (189,156,159). Sum of RGB (Red+Green+Blue) = 189+156+159=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9C9F is #426360. Grayscale: #A6A6A6. Windows color (decimal): -4350817 or 10460349. OLE color: 10460349.

HSL color Cylindrical-coordinate representation of color #BD9C9F: hue angle of 354.55º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BD9C9F is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB189156159-
CMYK00.170.160.26
HSL354.55º20%67.65%-
HSV(B)354.55º17.46%74.12%-
XYZ39.1337.137.9-
YUV166.21123.93144.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 156 (61.33% from 255) = 30.95%
BLUE value IS 159 (62.5% from 255) = 31.55%
R=37.5%
G=30.95%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915615900.170.160.26354.552067.65
HexBD9C9F011101A1631444
Octal275234237021203254324104
Binary1011110110011100100111110100011000011010101100011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9C9F; }

 p { color: rgb(189,156,159); }

 H1.HeaderClassName
 {
   color: #BD9C9F;
 }
 .AnyTagClassName
 {
   color: #BD9C9F;
 }
</style>
background-color css

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

 a { background-color: rgb(189,156,159); }

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

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

 span { border-color: rgb(189,156,159); }

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