#BD999E

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

Shades of Careys Pink #BD999E

Tints of Careys Pink #BD999E

Color information

#BD999E (or 0xBD999E) is unknown color: approx Careys Pink. HEX triplet: BD, 99 and 9E. RGB value is (189,153,158). Sum of RGB (Red+Green+Blue) = 189+153+158=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BD999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD999E is #426661. Grayscale: #A4A4A4. Windows color (decimal): -4351586 or 10394045. OLE color: 10394045.

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

Color convert

RGB189153158-
CMYK00.190.160.26
HSL351.67º21.43%67.06%-
HSV(B)351.67º19.05%74.12%-
XYZ38.5536.0737.28-
YUV164.33124.43145.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 153 (60.16% from 255) = 30.6%
BLUE value IS 158 (62.11% from 255) = 31.6%
R=37.8%
G=30.6%
B=31.6%

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
Decimal18915315800.190.160.26351.6721.4367.06
HexBD999E013101A1601543
Octal275231236023203254025103
Binary1011110110011001100111100100111000011010101100000101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD999E; }

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

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

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

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

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

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

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

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