#BDAEB1

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

Shades of Careys Pink #BDAEB1

Tints of Careys Pink #BDAEB1

Color information

#BDAEB1 (or 0xBDAEB1) is unknown color: approx Careys Pink. HEX triplet: BD, AE and B1. RGB value is (189,174,177). Sum of RGB (Red+Green+Blue) = 189+174+177=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEB1 is #42514E. Grayscale: #B2B2B2. Windows color (decimal): -4346191 or 11644605. OLE color: 11644605.

HSL color Cylindrical-coordinate representation of color #BDAEB1: hue angle of 348º 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 #BDAEB1 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB189174177-
CMYK00.080.060.26
HSL348º10.2%71.18%-
HSV(B)348º7.94%74.12%-
XYZ44.0644.2747.82-
YUV178.83126.97135.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 177 (69.53% from 255) = 32.78%
R=35%
G=32.22%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917417700.080.060.2634810.271.18
HexBDAEB10861A15ca47
Octal27525626101063253412107
Binary101111011010111010110001010001101101010101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEB1; }

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

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

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

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

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

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

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

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