#BF989C

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

Shades of Careys Pink #BF989C

Tints of Careys Pink #BF989C

Color information

#BF989C (or 0xBF989C) is unknown color: approx Careys Pink. HEX triplet: BF, 98 and 9C. RGB value is (191,152,156). Sum of RGB (Red+Green+Blue) = 191+152+156=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BF989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF989C is #406763. Grayscale: #A4A4A4. Windows color (decimal): -4220772 or 10262719. OLE color: 10262719.

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

Color convert

RGB191152156-
CMYK00.200.180.25
HSL353.85º23.35%67.25%-
HSV(B)353.85º20.42%74.9%-
XYZ38.7135.9336.35-
YUV164.12123.42147.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 152 (59.77% from 255) = 30.46%
BLUE value IS 156 (61.33% from 255) = 31.26%
R=38.28%
G=30.46%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115215600.200.180.25353.8523.3567.25
HexBF989C01412191621743
Octal277230234024223154227103
Binary1011111110011000100111000101001001011001101100010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF989C; }

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

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

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

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

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

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

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

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