#BDAAAE

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

Shades of Careys Pink #BDAAAE

Tints of Careys Pink #BDAAAE

Color information

#BDAAAE (or 0xBDAAAE) is unknown color: approx Careys Pink. HEX triplet: BD, AA and AE. RGB value is (189,170,174). Sum of RGB (Red+Green+Blue) = 189+170+174=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAAAE is #425551. Grayscale: #B0B0B0. Windows color (decimal): -4347218 or 11446973. OLE color: 11446973.

HSL color Cylindrical-coordinate representation of color #BDAAAE: hue angle of 347.37º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDAAAE is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189170174-
CMYK00.100.080.26
HSL347.37º12.58%70.39%-
HSV(B)347.37º10.05%74.12%-
XYZ4342.6246.01-
YUV176.14126.79137.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=35.46%
G=31.89%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917017400.100.080.26347.3712.5870.39
HexBDAAAE0A81A15bd46
Octal275252256012103253315106
Binary1011110110101010101011100101010001101010101101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAAAE; }

 p { color: rgb(189,170,174); }

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

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

 a { background-color: rgb(189,170,174); }

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

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

 span { border-color: rgb(189,170,174); }

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