#BDAEB0

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

Shades of Careys Pink #BDAEB0

Tints of Careys Pink #BDAEB0

Color information

#BDAEB0 (or 0xBDAEB0) is unknown color: approx Careys Pink. HEX triplet: BD, AE and B0. RGB value is (189,174,176). Sum of RGB (Red+Green+Blue) = 189+174+176=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEB0 is #42514F. Grayscale: #B2B2B2. Windows color (decimal): -4346192 or 11579069. OLE color: 11579069.

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

Color convert

RGB189174176-
CMYK00.080.070.26
HSL352º10.2%71.18%-
HSV(B)352º7.94%74.12%-
XYZ43.9644.2347.29-
YUV178.71126.47135.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 176 (69.14% from 255) = 32.65%
R=35.06%
G=32.28%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917417600.080.070.2635210.271.18
HexBDAEB00871A160a47
Octal27525626001073254012107
Binary101111011010111010110000010001111101010110000010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEB0; }

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

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

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

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

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

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

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

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