Html Css Color HEX #B6999D Careys Pink

📋 copy color: '#B6999D'

red 182 ◦ green 153 ◦ blue 157

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

Shades of Careys Pink #B6999D

Tints of Careys Pink #B6999D

RGB

 RED value IS 182 (71.48% from 255) = 36.99%

 GREEN value IS 153 (60.16% from 255) = 31.1%

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

R = 36.99%
G = 31.1%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6999D (or 0xB6999D) is known color: Careys Pink. HEX triplet: B6, 99 and 9D. RGB value is (182,153,157). Sum of RGB (Red+Green+Blue) = 182+153+157=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 182 - color contains mainly: red. Hex color #B6999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6999D is #496662. Grayscale: #A2A2A2. Windows color (decimal): -4810339 or 10328502. OLE color: 10328502.

HSL color Cylindrical-coordinate representation of color #B6999D: hue angle of 351.72º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6999D is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 153 157 -
CMYK 0 0.16 0.14 0.29
HSL 351.72º 0.17% 0.66% -
HSV(B) 351.72º 0.16% 0.71% -
XYZ 36.77 35.16 36.75 -
YUV 162.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 182 153 157 0 0.16 0.14 0.29 351.72 0.17 0.66
Hex B6 99 9D 0 10 E 1D 160 11 42
Octal 266 231 235 0 20 16 35 540 21 102
Binary 10110110 10011001 10011101 0 10000 1110 11101 101100000 10001 1000010

Color Harmonies of #B6999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6999D

Black with #B6999D

Text Example


Text Example

White with #B6999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6999D; }

 p { color: rgb(182,153,157); }

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

background-color css

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

 a { background-color: rgb(182,153,157); }

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

border-color css

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

 span { border-color: rgb(182,153,157); }

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