Html Css Color HEX #BFACB0 Careys Pink

📋 copy color: '#BFACB0'

red 191 ◦ green 172 ◦ blue 176

#BFACB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #BFACB0

Tints of Careys Pink #BFACB0

RGB

 RED value IS 191 (75% from 255) = 35.44%

 GREEN value IS 172 (67.58% from 255) = 31.91%

 BLUE value IS 176 (69.14% from 255) = 32.65%

R = 35.44%
G = 31.91%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BFACB0 (or 0xBFACB0) is known color: Careys Pink. HEX triplet: BF, AC and B0. RGB value is (191,172,176). Sum of RGB (Red+Green+Blue) = 191+172+176=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFACB0 is #40534F. Grayscale: #B2B2B2. Windows color (decimal): -4215632 or 11578559. OLE color: 11578559.

HSL color Cylindrical-coordinate representation of color #BFACB0: hue angle of 347.37º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFACB0 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 172 176 -
CMYK 0 0.10 0.08 0.25
HSL 347.37º 0.13% 0.71% -
HSV(B) 347.37º 0.1% 0.75% -
XYZ 44.07 43.72 47.19 -
YUV 178.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 191 172 176 0 0.10 0.08 0.25 347.37 0.13 0.71
Hex BF AC B0 0 A 8 19 15B D 47
Octal 277 254 260 0 12 10 31 533 15 107
Binary 10111111 10101100 10110000 0 1010 1000 11001 101011011 1101 1000111

Color Harmonies of #BFACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFACB0

Black with #BFACB0

Text Example


Text Example

White with #BFACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFACB0; }

 p { color: rgb(191,172,176); }

 H1.HeaderClassName
 {
   color: #BFACB0;
 }
 .AnyTagClassName
 {
   color: #BFACB0;
 }
</style>

background-color css

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

 a { background-color: rgb(191,172,176); }

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

border-color css

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

 span { border-color: rgb(191,172,176); }

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