#BFAEB2

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

Shades of Careys Pink #BFAEB2

Tints of Careys Pink #BFAEB2

Color information

#BFAEB2 (or 0xBFAEB2) is unknown color: approx Careys Pink. HEX triplet: BF, AE and B2. RGB value is (191,174,178). Sum of RGB (Red+Green+Blue) = 191+174+178=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAEB2 is #40514D. Grayscale: #B3B3B3. Windows color (decimal): -4215118 or 11710143. OLE color: 11710143.

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

Color convert

RGB191174178-
CMYK00.090.070.25
HSL345.88º11.72%71.57%-
HSV(B)345.88º8.9%74.9%-
XYZ44.6644.5648.37-
YUV179.54127.13136.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 178 (69.92% from 255) = 32.78%
R=35.17%
G=32.04%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117417800.090.070.25345.8811.7271.57
HexBFAEB20971915ac48
Octal27725626201173153214110
Binary101111111010111010110010010011111100110101101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEB2; }

 p { color: rgb(191,174,178); }

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

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

 a { background-color: rgb(191,174,178); }

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

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

 span { border-color: rgb(191,174,178); }

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