#BF999A

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

Shades of Careys Pink #BF999A

Tints of Careys Pink #BF999A

Color information

#BF999A (or 0xBF999A) is unknown color: approx Careys Pink. HEX triplet: BF, 99 and 9A. RGB value is (191,153,154). Sum of RGB (Red+Green+Blue) = 191+153+154=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BF999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF999A is #406665. Grayscale: #A4A4A4. Windows color (decimal): -4220518 or 10131903. OLE color: 10131903.

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

Color convert

RGB191153154-
CMYK00.200.190.25
HSL358.42º22.89%67.45%-
HSV(B)358.42º19.9%74.9%-
XYZ38.7136.1935.52-
YUV164.48122.09146.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 154 (60.55% from 255) = 30.92%
R=38.35%
G=30.72%
B=30.92%

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
Decimal19115315400.200.190.25358.4222.8967.45
HexBF999A01413191661743
Octal277231232024233154627103
Binary1011111110011001100110100101001001111001101100110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF999A; }

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

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

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

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

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

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

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

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