Html Css Color HEX #BD959A Careys Pink

📋 copy color: '#BD959A'

red 189 ◦ green 149 ◦ blue 154

#BD959A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #BD959A

Tints of Careys Pink #BD959A

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.3%

R = 38.41%
G = 30.28%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD959A (or 0xBD959A) is known color: 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

RGB 189 149 154 -
CMYK 0 0.21 0.19 0.26
HSL 352.5º 0.23% 0.66% -
HSV(B) 352.5º 0.21% 0.74% -
XYZ 37.57 34.65 35.28 -
YUV 161.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 189 149 154 0 0.21 0.19 0.26 352.5 0.23 0.66
Hex BD 95 9A 0 15 13 1A 160 17 42
Octal 275 225 232 0 25 23 32 540 27 102
Binary 10111101 10010101 10011010 0 10101 10011 11010 101100000 10111 1000010

Color Harmonies of #BD959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD959A

Black with #BD959A

Text Example


Text Example

White with #BD959A

Text Example


Text Example

HTML Codes & Css Web 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>