Html Css Color HEX #BD9D9F Careys Pink

📋 copy color: '#BD9D9F'

red 189 ◦ green 157 ◦ blue 159

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

Shades of Careys Pink #BD9D9F

Tints of Careys Pink #BD9D9F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.09%

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

R = 37.43%
G = 31.09%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD9D9F (or 0xBD9D9F) is known color: Careys Pink. HEX triplet: BD, 9D and 9F. RGB value is (189,157,159). Sum of RGB (Red+Green+Blue) = 189+157+159=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9D9F is #426260. Grayscale: #A6A6A6. Windows color (decimal): -4350561 or 10460605. OLE color: 10460605.

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

Color convert

RGB 189 157 159 -
CMYK 0 0.17 0.16 0.26
HSL 356.25º 0.2% 0.68% -
HSV(B) 356.25º 0.17% 0.74% -
XYZ 39.3 37.44 37.96 -
YUV 166.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 189 157 159 0 0.17 0.16 0.26 356.25 0.2 0.68
Hex BD 9D 9F 0 11 10 1A 164 14 44
Octal 275 235 237 0 21 20 32 544 24 104
Binary 10111101 10011101 10011111 0 10001 10000 11010 101100100 10100 1000100

Color Harmonies of #BD9D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9D9F

Black with #BD9D9F

Text Example


Text Example

White with #BD9D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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