Html Css Color HEX #BFABB0 Careys Pink

📋 copy color: '#BFABB0'

red 191 ◦ green 171 ◦ blue 176

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

Shades of Careys Pink #BFABB0

Tints of Careys Pink #BFABB0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.78%

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

R = 35.5%
G = 31.78%
B = 32.71%

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

#BFABB0 (or 0xBFABB0) is known color: Careys Pink. HEX triplet: BF, AB and B0. RGB value is (191,171,176). Sum of RGB (Red+Green+Blue) = 191+171+176=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BFABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFABB0 is #40544F. Grayscale: #B1B1B1. Windows color (decimal): -4215888 or 11578303. OLE color: 11578303.

HSL color Cylindrical-coordinate representation of color #BFABB0: hue angle of 345º degrees, saturation: 0.14, 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 #BFABB0 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 176 -
CMYK 0 0.10 0.08 0.25
HSL 345º 0.14% 0.71% -
HSV(B) 345º 0.1% 0.75% -
XYZ 43.89 43.34 47.13 -
YUV 177.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 191 171 176 0 0.10 0.08 0.25 345 0.14 0.71
Hex BF AB B0 0 A 8 19 159 E 47
Octal 277 253 260 0 12 10 31 531 16 107
Binary 10111111 10101011 10110000 0 1010 1000 11001 101011001 1110 1000111

Color Harmonies of #BFABB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFABB0

Black with #BFABB0

Text Example


Text Example

White with #BFABB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFABB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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