#BD9496

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

Shades of Careys Pink #BD9496

Tints of Careys Pink #BD9496

Color information

#BD9496 (or 0xBD9496) is unknown color: approx Careys Pink. HEX triplet: BD, 94 and 96. RGB value is (189,148,150). Sum of RGB (Red+Green+Blue) = 189+148+150=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9496 is #426B69. Grayscale: #A0A0A0. Windows color (decimal): -4352874 or 9868477. OLE color: 9868477.

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

Color convert

RGB189148150-
CMYK00.220.210.26
HSL357.07º23.7%66.08%-
HSV(B)357.07º21.69%74.12%-
XYZ37.0834.233.5-
YUV160.49122.08148.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=38.81%
G=30.39%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914815000.220.210.26357.0723.766.08
HexBD9496016151A1651842
Octal275224226026253254530102
Binary1011110110010100100101100101101010111010101100101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9496; }

 p { color: rgb(189,148,150); }

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

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

 a { background-color: rgb(189,148,150); }

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

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

 span { border-color: rgb(189,148,150); }

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