Html Css Color HEX #BFADB0 Careys Pink

📋 copy color: '#BFADB0'

red 191 ◦ green 173 ◦ blue 176

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

Shades of Careys Pink #BFADB0

Tints of Careys Pink #BFADB0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.04%

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

R = 35.37%
G = 32.04%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BFADB0 (or 0xBFADB0) is known color: Careys Pink. HEX triplet: BF, AD and B0. RGB value is (191,173,176). Sum of RGB (Red+Green+Blue) = 191+173+176=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 191 - color contains mainly: red. Hex color #BFADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFADB0 is #40524F. Grayscale: #B2B2B2. Windows color (decimal): -4215376 or 11578815. OLE color: 11578815.

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

Color convert

RGB 191 173 176 -
CMYK 0 0.09 0.08 0.25
HSL 350º 0.12% 0.71% -
HSV(B) 350º 0.09% 0.75% -
XYZ 44.27 44.1 47.25 -
YUV 178.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 191 173 176 0 0.09 0.08 0.25 350 0.12 0.71
Hex BF AD B0 0 9 8 19 15E C 47
Octal 277 255 260 0 11 10 31 536 14 107
Binary 10111111 10101101 10110000 0 1001 1000 11001 101011110 1100 1000111

Color Harmonies of #BFADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFADB0

Black with #BFADB0

Text Example


Text Example

White with #BFADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFADB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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