#BEADAF

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

Shades of Careys Pink #BEADAF

Tints of Careys Pink #BEADAF

Color information

#BEADAF (or 0xBEADAF) is unknown color: approx Careys Pink. HEX triplet: BE, AD and AF. RGB value is (190,173,175). Sum of RGB (Red+Green+Blue) = 190+173+175=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 190 - color contains mainly: red. Hex color #BEADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEADAF is #415250. Grayscale: #B2B2B2. Windows color (decimal): -4280913 or 11513278. OLE color: 11513278.

HSL color Cylindrical-coordinate representation of color #BEADAF: hue angle of 352.94º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEADAF is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB190173175-
CMYK00.090.080.25
HSL352.94º11.56%71.18%-
HSV(B)352.94º8.95%74.51%-
XYZ43.9243.9346.72-
YUV178.31126.13136.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=35.32%
G=32.16%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017317500.090.080.25352.9411.5671.18
HexBEADAF09819161c47
Octal276255257011103154114107
Binary1011111010101101101011110100110001100110110000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADAF; }

 p { color: rgb(190,173,175); }

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

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

 a { background-color: rgb(190,173,175); }

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

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

 span { border-color: rgb(190,173,175); }

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