#BD9798

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

Shades of Careys Pink #BD9798

Tints of Careys Pink #BD9798

Color information

#BD9798 (or 0xBD9798) is unknown color: approx Careys Pink. HEX triplet: BD, 97 and 98. RGB value is (189,151,152). Sum of RGB (Red+Green+Blue) = 189+151+152=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9798 is #426867. Grayscale: #A2A2A2. Windows color (decimal): -4352104 or 10000317. OLE color: 10000317.

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

Color convert

RGB189151152-
CMYK00.200.200.26
HSL358.42º22.35%66.67%-
HSV(B)358.42º20.11%74.12%-
XYZ37.7235.2234.52-
YUV162.48122.09146.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 151 (59.38% from 255) = 30.69%
BLUE value IS 152 (59.77% from 255) = 30.89%
R=38.41%
G=30.69%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915115200.200.200.26358.4222.3566.67
HexBD9798014141A1661643
Octal275227230024243254626103
Binary1011110110010111100110000101001010011010101100110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9798; }

 p { color: rgb(189,151,152); }

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

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

 a { background-color: rgb(189,151,152); }

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

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

 span { border-color: rgb(189,151,152); }

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