#BF989F

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

Shades of Careys Pink #BF989F

Tints of Careys Pink #BF989F

Color information

#BF989F (or 0xBF989F) is unknown color: approx Careys Pink. HEX triplet: BF, 98 and 9F. RGB value is (191,152,159). Sum of RGB (Red+Green+Blue) = 191+152+159=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BF989F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF989F is #406760. Grayscale: #A4A4A4. Windows color (decimal): -4220769 or 10459327. OLE color: 10459327.

HSL color Cylindrical-coordinate representation of color #BF989F: hue angle of 349.23º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF989F is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB191152159-
CMYK00.200.170.25
HSL349.23º23.35%67.25%-
HSV(B)349.23º20.42%74.9%-
XYZ38.9736.0437.7-
YUV164.46124.92146.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 152 (59.77% from 255) = 30.28%
BLUE value IS 159 (62.5% from 255) = 31.67%
R=38.05%
G=30.28%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115215900.200.170.25349.2323.3567.25
HexBF989F014111915d1743
Octal277230237024213153527103
Binary1011111110011000100111110101001000111001101011101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF989F; }

 p { color: rgb(191,152,159); }

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

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

 a { background-color: rgb(191,152,159); }

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

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

 span { border-color: rgb(191,152,159); }

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