Html Css Color HEX #B99EA0 Careys Pink

📋 copy color: '#B99EA0'

red 185 ◦ green 158 ◦ blue 160

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

Shades of Careys Pink #B99EA0

Tints of Careys Pink #B99EA0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.41%

 BLUE value IS 160 (62.89% from 255) = 31.81%

R = 36.78%
G = 31.41%
B = 31.81%

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

#B99EA0 (or 0xB99EA0) is known color: Careys Pink. HEX triplet: B9, 9E and A0. RGB value is (185,158,160). Sum of RGB (Red+Green+Blue) = 185+158+160=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99EA0 is #46615F. Grayscale: #A6A6A6. Windows color (decimal): -4612448 or 10526393. OLE color: 10526393.

HSL color Cylindrical-coordinate representation of color #B99EA0: hue angle of 355.56º degrees, saturation: 0.16, 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 #B99EA0 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 158 160 -
CMYK 0 0.15 0.14 0.27
HSL 355.56º 0.16% 0.67% -
HSV(B) 355.56º 0.15% 0.73% -
XYZ 38.58 37.31 38.43 -
YUV 166.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 185 158 160 0 0.15 0.14 0.27 355.56 0.16 0.67
Hex B9 9E A0 0 F E 1B 164 10 43
Octal 271 236 240 0 17 16 33 544 20 103
Binary 10111001 10011110 10100000 0 1111 1110 11011 101100100 10000 1000011

Color Harmonies of #B99EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EA0

Black with #B99EA0

Text Example


Text Example

White with #B99EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EA0; }

 p { color: rgb(185,158,160); }

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

background-color css

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

 a { background-color: rgb(185,158,160); }

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

border-color css

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

 span { border-color: rgb(185,158,160); }

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