#BDAEAF

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

Shades of Careys Pink #BDAEAF

Tints of Careys Pink #BDAEAF

Color information

#BDAEAF (or 0xBDAEAF) is unknown color: approx Careys Pink. HEX triplet: BD, AE and AF. RGB value is (189,174,175). Sum of RGB (Red+Green+Blue) = 189+174+175=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAEAF is #425150. Grayscale: #B2B2B2. Windows color (decimal): -4346193 or 11513533. OLE color: 11513533.

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

Color convert

RGB189174175-
CMYK00.080.070.26
HSL356º10.2%71.18%-
HSV(B)356º7.94%74.12%-
XYZ43.8644.1946.77-
YUV178.6125.97135.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 174 (68.36% from 255) = 32.34%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=35.13%
G=32.34%
B=32.53%

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
Decimal18917417500.080.070.2635610.271.18
HexBDAEAF0871A164a47
Octal27525625701073254412107
Binary101111011010111010101111010001111101010110010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEAF; }

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

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

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

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

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

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

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

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