#BF989A

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

Shades of Careys Pink #BF989A

Tints of Careys Pink #BF989A

Color information

#BF989A (or 0xBF989A) is unknown color: approx Careys Pink. HEX triplet: BF, 98 and 9A. RGB value is (191,152,154). Sum of RGB (Red+Green+Blue) = 191+152+154=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF989A is #406765. Grayscale: #A3A3A3. Windows color (decimal): -4220774 or 10131647. OLE color: 10131647.

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

Color convert

RGB191152154-
CMYK00.200.190.25
HSL356.92º23.35%67.25%-
HSV(B)356.92º20.42%74.9%-
XYZ38.5535.8735.46-
YUV163.89122.42147.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 152 (59.77% from 255) = 30.58%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=38.43%
G=30.58%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115215400.200.190.25356.9223.3567.25
HexBF989A01413191651743
Octal277230232024233154527103
Binary1011111110011000100110100101001001111001101100101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF989A; }

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

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

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

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

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

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

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

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