#BF969C

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

Shades of Careys Pink #BF969C

Tints of Careys Pink #BF969C

Color information

#BF969C (or 0xBF969C) is unknown color: approx Careys Pink. HEX triplet: BF, 96 and 9C. RGB value is (191,150,156). Sum of RGB (Red+Green+Blue) = 191+150+156=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF969C is #406963. Grayscale: #A2A2A2. Windows color (decimal): -4221284 or 10262207. OLE color: 10262207.

HSL color Cylindrical-coordinate representation of color #BF969C: hue angle of 351.22º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BF969C is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB191150156-
CMYK00.210.180.25
HSL351.22º24.26%66.86%-
HSV(B)351.22º21.47%74.9%-
XYZ38.3935.2936.24-
YUV162.94124.08148.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=38.43%
G=30.18%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115015600.210.180.25351.2224.2666.86
HexBF969C015121915f1843
Octal277226234025223153730103
Binary1011111110010110100111000101011001011001101011111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF969C; }

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

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

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

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

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

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

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

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