Html Css Color HEX #BD999D Careys Pink

📋 copy color: '#BD999D'

red 189 ◦ green 153 ◦ blue 157

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

Shades of Careys Pink #BD999D

Tints of Careys Pink #BD999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.66%

 BLUE value IS 157 (61.72% from 255) = 31.46%

R = 37.88%
G = 30.66%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD999D (or 0xBD999D) is known color: Careys Pink. HEX triplet: BD, 99 and 9D. RGB value is (189,153,157). Sum of RGB (Red+Green+Blue) = 189+153+157=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD999D is #426662. Grayscale: #A4A4A4. Windows color (decimal): -4351587 or 10328509. OLE color: 10328509.

HSL color Cylindrical-coordinate representation of color #BD999D: hue angle of 353.33º 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 #BD999D is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 153 157 -
CMYK 0 0.19 0.17 0.26
HSL 353.33º 0.21% 0.67% -
HSV(B) 353.33º 0.19% 0.74% -
XYZ 38.46 36.04 36.83 -
YUV 164.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 189 153 157 0 0.19 0.17 0.26 353.33 0.21 0.67
Hex BD 99 9D 0 13 11 1A 161 15 43
Octal 275 231 235 0 23 21 32 541 25 103
Binary 10111101 10011001 10011101 0 10011 10001 11010 101100001 10101 1000011

Color Harmonies of #BD999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD999D

Black with #BD999D

Text Example


Text Example

White with #BD999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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