#BD9D9E

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

Shades of Careys Pink #BD9D9E

Tints of Careys Pink #BD9D9E

Color information

#BD9D9E (or 0xBD9D9E) is unknown color: approx Careys Pink. HEX triplet: BD, 9D and 9E. RGB value is (189,157,158). Sum of RGB (Red+Green+Blue) = 189+157+158=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9D9E is #426261. Grayscale: #A6A6A6. Windows color (decimal): -4350562 or 10395069. OLE color: 10395069.

HSL color Cylindrical-coordinate representation of color #BD9D9E: hue angle of 358.12º 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 #BD9D9E is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB189157158-
CMYK00.170.160.26
HSL358.12º19.51%67.84%-
HSV(B)358.12º16.93%74.12%-
XYZ39.2137.437.5-
YUV166.68123.1143.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=37.5%
G=31.15%
B=31.35%

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
Decimal18915715800.170.160.26358.1219.5167.84
HexBD9D9E011101A1661444
Octal275235236021203254624104
Binary1011110110011101100111100100011000011010101100110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9D9E; }

 p { color: rgb(189,157,158); }

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

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

 a { background-color: rgb(189,157,158); }

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

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

 span { border-color: rgb(189,157,158); }

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