#BD999D

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

Shades of Careys Pink #BD999D

Tints of Careys Pink #BD999D

Color information

#BD999D (or 0xBD999D) is unknown color: approx Careys Pink. HEX triplet: BD, 99 and 9D. RGB value is (189,153,157). Sum of RGB (Red+Green+Blue) = 189+153+157=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD999D is #426662. Grayscale: #A4A4A4. Windows color (decimal): -4351587 or 10328509. OLE color: 10328509.

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

Color convert

RGB189153157-
CMYK00.190.170.26
HSL353.33º21.43%67.06%-
HSV(B)353.33º19.05%74.12%-
XYZ38.4636.0436.83-
YUV164.22123.93145.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 157 (61.72% from 255) = 31.46%
R=37.88%
G=30.66%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915315700.190.170.26353.3321.4367.06
HexBD999D013111A1611543
Octal275231235023213254125103
Binary1011110110011001100111010100111000111010101100001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD999D; }

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

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

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

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

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

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

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

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