Html Css Color HEX #BB979D Careys Pink

📋 copy color: '#BB979D'

red 187 ◦ green 151 ◦ blue 157

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

Shades of Careys Pink #BB979D

Tints of Careys Pink #BB979D

RGB

 RED value IS 187 (73.44% from 255) = 37.78%

 GREEN value IS 151 (59.38% from 255) = 30.51%

 BLUE value IS 157 (61.72% from 255) = 31.72%

R = 37.78%
G = 30.51%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB979D (or 0xBB979D) is known color: Careys Pink. HEX triplet: BB, 97 and 9D. RGB value is (187,151,157). Sum of RGB (Red+Green+Blue) = 187+151+157=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BB979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB979D is #446862. Grayscale: #A2A2A2. Windows color (decimal): -4483171 or 10327995. OLE color: 10327995.

HSL color Cylindrical-coordinate representation of color #BB979D: hue angle of 350º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB979D is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 151 157 -
CMYK 0 0.19 0.16 0.27
HSL 350º 0.21% 0.66% -
HSV(B) 350º 0.19% 0.73% -
XYZ 37.65 35.13 36.7 -
YUV 162.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 187 151 157 0 0.19 0.16 0.27 350 0.21 0.66
Hex BB 97 9D 0 13 10 1B 15E 15 42
Octal 273 227 235 0 23 20 33 536 25 102
Binary 10111011 10010111 10011101 0 10011 10000 11011 101011110 10101 1000010

Color Harmonies of #BB979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB979D

Black with #BB979D

Text Example


Text Example

White with #BB979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB979D; }

 p { color: rgb(187,151,157); }

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

background-color css

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

 a { background-color: rgb(187,151,157); }

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

border-color css

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

 span { border-color: rgb(187,151,157); }

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