Html Css Color HEX #BF9B9C Careys Pink

📋 copy color: '#BF9B9C'

red 191 ◦ green 155 ◦ blue 156

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

Shades of Careys Pink #BF9B9C

Tints of Careys Pink #BF9B9C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.88%

 BLUE value IS 156 (61.33% from 255) = 31.08%

R = 38.05%
G = 30.88%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF9B9C (or 0xBF9B9C) is known color: Careys Pink. HEX triplet: BF, 9B and 9C. RGB value is (191,155,156). Sum of RGB (Red+Green+Blue) = 191+155+156=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9B9C is #406463. Grayscale: #A5A5A5. Windows color (decimal): -4220004 or 10263487. OLE color: 10263487.

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

Color convert

RGB 191 155 156 -
CMYK 0 0.19 0.18 0.25
HSL 358.33º 0.22% 0.68% -
HSV(B) 358.33º 0.19% 0.75% -
XYZ 39.21 36.92 36.51 -
YUV 165.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 191 155 156 0 0.19 0.18 0.25 358.33 0.22 0.68
Hex BF 9B 9C 0 13 12 19 166 16 44
Octal 277 233 234 0 23 22 31 546 26 104
Binary 10111111 10011011 10011100 0 10011 10010 11001 101100110 10110 1000100

Color Harmonies of #BF9B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9B9C

Black with #BF9B9C

Text Example


Text Example

White with #BF9B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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