#B99EA4

Color #B99EA4 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #B99EA4

Tints of Careys Pink #B99EA4

Color information

#B99EA4 (or 0xB99EA4) is unknown color: approx Careys Pink. HEX triplet: B9, 9E and A4. RGB value is (185,158,164). Sum of RGB (Red+Green+Blue) = 185+158+164=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99EA4 is #46615B. Grayscale: #A6A6A6. Windows color (decimal): -4612444 or 10788537. OLE color: 10788537.

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

Color convert

RGB185158164-
CMYK00.150.110.27
HSL346.67º16.17%67.25%-
HSV(B)346.67º14.59%72.55%-
XYZ38.9437.4540.3-
YUV166.76126.45141.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 158 (62.11% from 255) = 31.16%
BLUE value IS 164 (64.45% from 255) = 32.35%
R=36.49%
G=31.16%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515816400.150.110.27346.6716.1767.25
HexB99EA40FB1B15b1043
Octal271236244017133353320103
Binary10111001100111101010010001111101111011101011011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99EA4; }

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

 H1.HeaderClassName
 {
   color: #B99EA4;
 }
 .AnyTagClassName
 {
   color: #B99EA4;
 }
</style>
background-color css

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

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

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

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

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

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