Html Css Color HEX #B99D9F Careys Pink

📋 copy color: '#B99D9F'

red 185 ◦ green 157 ◦ blue 159

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

Shades of Careys Pink #B99D9F

Tints of Careys Pink #B99D9F

RGB

 RED value IS 185 (72.66% from 255) = 36.93%

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

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

R = 36.93%
G = 31.34%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B99D9F (or 0xB99D9F) is known color: Careys Pink. HEX triplet: B9, 9D and 9F. RGB value is (185,157,159). Sum of RGB (Red+Green+Blue) = 185+157+159=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99D9F is #466260. Grayscale: #A5A5A5. Windows color (decimal): -4612705 or 10460601. OLE color: 10460601.

HSL color Cylindrical-coordinate representation of color #B99D9F: hue angle of 355.71º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B99D9F is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 157 159 -
CMYK 0 0.15 0.14 0.27
HSL 355.71º 0.17% 0.67% -
HSV(B) 355.71º 0.15% 0.73% -
XYZ 38.32 36.93 37.91 -
YUV 165.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 185 157 159 0 0.15 0.14 0.27 355.71 0.17 0.67
Hex B9 9D 9F 0 F E 1B 164 11 43
Octal 271 235 237 0 17 16 33 544 21 103
Binary 10111001 10011101 10011111 0 1111 1110 11011 101100100 10001 1000011

Color Harmonies of #B99D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D9F

Black with #B99D9F

Text Example


Text Example

White with #B99D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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