#BD9A9F

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

Shades of Careys Pink #BD9A9F

Tints of Careys Pink #BD9A9F

Color information

#BD9A9F (or 0xBD9A9F) is unknown color: approx Careys Pink. HEX triplet: BD, 9A and 9F. RGB value is (189,154,159). Sum of RGB (Red+Green+Blue) = 189+154+159=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9A9F is #426560. Grayscale: #A5A5A5. Windows color (decimal): -4351329 or 10459837. OLE color: 10459837.

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

Color convert

RGB189154159-
CMYK00.190.160.26
HSL351.43º20.96%67.25%-
HSV(B)351.43º18.52%74.12%-
XYZ38.836.4337.79-
YUV165.04124.6145.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 159 (62.5% from 255) = 31.67%
R=37.65%
G=30.68%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915415900.190.160.26351.4320.9667.25
HexBD9A9F013101A15f1543
Octal275232237023203253725103
Binary1011110110011010100111110100111000011010101011111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9A9F; }

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

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

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

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

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

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

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

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