#BD9495

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

Shades of Careys Pink #BD9495

Tints of Careys Pink #BD9495

Color information

#BD9495 (or 0xBD9495) is unknown color: approx Careys Pink. HEX triplet: BD, 94 and 95. RGB value is (189,148,149). Sum of RGB (Red+Green+Blue) = 189+148+149=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9495 is #426B6A. Grayscale: #A0A0A0. Windows color (decimal): -4352875 or 9802941. OLE color: 9802941.

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

Color convert

RGB189148149-
CMYK00.220.210.26
HSL358.54º23.7%66.08%-
HSV(B)358.54º21.69%74.12%-
XYZ3734.1733.08-
YUV160.37121.58148.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 149 (58.59% from 255) = 30.66%
R=38.89%
G=30.45%
B=30.66%

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
Decimal18914814900.220.210.26358.5423.766.08
HexBD9495016151A1671842
Octal275224225026253254730102
Binary1011110110010100100101010101101010111010101100111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9495; }

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

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

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

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

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

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

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

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