#B99DA4

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

Shades of Careys Pink #B99DA4

Tints of Careys Pink #B99DA4

Color information

#B99DA4 (or 0xB99DA4) is unknown color: approx Careys Pink. HEX triplet: B9, 9D and A4. RGB value is (185,157,164). Sum of RGB (Red+Green+Blue) = 185+157+164=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 185 - color contains mainly: red. Hex color #B99DA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99DA4 is #46625B. Grayscale: #A6A6A6. Windows color (decimal): -4612700 or 10788281. OLE color: 10788281.

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

Color convert

RGB185157164-
CMYK00.150.110.27
HSL345º16.67%67.06%-
HSV(B)345º15.14%72.55%-
XYZ38.7737.1140.24-
YUV166.17126.78141.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 164 (64.45% from 255) = 32.41%
R=36.56%
G=31.03%
B=32.41%

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
Decimal18515716400.150.110.2734516.6767.06
HexB99DA40FB1B1591143
Octal271235244017133353121103
Binary10111001100111011010010001111101111011101011001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DA4; }

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

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

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

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

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

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

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

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