#BFADAF

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

Shades of Careys Pink #BFADAF

Tints of Careys Pink #BFADAF

Color information

#BFADAF (or 0xBFADAF) is unknown color: approx Careys Pink. HEX triplet: BF, AD and AF. RGB value is (191,173,175). Sum of RGB (Red+Green+Blue) = 191+173+175=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFADAF is #405250. Grayscale: #B2B2B2. Windows color (decimal): -4215377 or 11513279. OLE color: 11513279.

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

Color convert

RGB191173175-
CMYK00.090.080.25
HSL353.33º12.33%71.37%-
HSV(B)353.33º9.42%74.9%-
XYZ44.1744.0646.73-
YUV178.61125.96136.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=35.44%
G=32.10%
B=32.47%

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
Decimal19117317500.090.080.25353.3312.3371.37
HexBFADAF09819161c47
Octal277255257011103154114107
Binary1011111110101101101011110100110001100110110000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFADAF; }

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

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

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

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

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

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

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

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