Html Css Color HEX #BD9A9F Careys Pink

📋 copy color: '#BD9A9F'

red 189 ◦ green 154 ◦ blue 159

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

Shades of Careys Pink #BD9A9F

Tints of Careys Pink #BD9A9F

RGB

 RED value IS 189 (74.22% from 255) = 37.65%

 GREEN value IS 154 (60.55% from 255) = 30.68%

 BLUE value IS 159 (62.5% from 255) = 31.67%

R = 37.65%
G = 30.68%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD9A9F (or 0xBD9A9F) is known color: Careys Pink. HEX triplet: BD, 9A and 9F. RGB value is (189,154,159). Sum of RGB (Red+Green+Blue) = 189+154+159=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9A9F is #426560. Grayscale: #A5A5A5. Windows color (decimal): -4351329 or 10459837. OLE color: 10459837.

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

Color convert

RGB 189 154 159 -
CMYK 0 0.19 0.16 0.26
HSL 351.43º 0.21% 0.67% -
HSV(B) 351.43º 0.19% 0.74% -
XYZ 38.8 36.43 37.79 -
YUV 165.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 189 154 159 0 0.19 0.16 0.26 351.43 0.21 0.67
Hex BD 9A 9F 0 13 10 1A 15F 15 43
Octal 275 232 237 0 23 20 32 537 25 103
Binary 10111101 10011010 10011111 0 10011 10000 11010 101011111 10101 1000011

Color Harmonies of #BD9A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9A9F

Black with #BD9A9F

Text Example


Text Example

White with #BD9A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9A9F; }

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

 H1.HeaderClassName
 {
   color: #BD9A9F;
 }
 .AnyTagClassName
 {
   color: #BD9A9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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