#BD959A

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

Shades of Careys Pink #BD959A

Tints of Careys Pink #BD959A

Color information

#BD959A (or 0xBD959A) is unknown color: approx Careys Pink. HEX triplet: BD, 95 and 9A. RGB value is (189,149,154). Sum of RGB (Red+Green+Blue) = 189+149+154=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD959A is #426A65. Grayscale: #A1A1A1. Windows color (decimal): -4352614 or 10130877. OLE color: 10130877.

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

Color convert

RGB189149154-
CMYK00.210.190.26
HSL352.5º23.26%66.27%-
HSV(B)352.5º21.16%74.12%-
XYZ37.5734.6535.28-
YUV161.53123.75147.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=38.41%
G=30.28%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914915400.210.190.26352.523.2666.27
HexBD959A015131A1601742
Octal275225232025233254027102
Binary1011110110010101100110100101011001111010101100000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD959A; }

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

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

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

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

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

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

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

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