Html Css Color HEX #B0999B Careys Pink

📋 copy color: '#B0999B'

red 176 ◦ green 153 ◦ blue 155

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

Shades of Careys Pink #B0999B

Tints of Careys Pink #B0999B

RGB

 RED value IS 176 (69.14% from 255) = 36.36%

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

 BLUE value IS 155 (60.94% from 255) = 32.02%

R = 36.36%
G = 31.61%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0999B (or 0xB0999B) is known color: Careys Pink. HEX triplet: B0, 99 and 9B. RGB value is (176,153,155). Sum of RGB (Red+Green+Blue) = 176+153+155=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B0999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0999B is #4F6664. Grayscale: #A0A0A0. Windows color (decimal): -5203557 or 10197424. OLE color: 10197424.

HSL color Cylindrical-coordinate representation of color #B0999B: hue angle of 354.78º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0999B is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 153 155 -
CMYK 0 0.13 0.12 0.31
HSL 354.78º 0.13% 0.65% -
HSV(B) 354.78º 0.13% 0.69% -
XYZ 35.21 34.38 35.79 -
YUV 160.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 176 153 155 0 0.13 0.12 0.31 354.78 0.13 0.65
Hex B0 99 9B 0 D C 1F 163 D 41
Octal 260 231 233 0 15 14 37 543 15 101
Binary 10110000 10011001 10011011 0 1101 1100 11111 101100011 1101 1000001

Color Harmonies of #B0999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0999B

Black with #B0999B

Text Example


Text Example

White with #B0999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0999B; }

 p { color: rgb(176,153,155); }

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

background-color css

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

 a { background-color: rgb(176,153,155); }

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

border-color css

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

 span { border-color: rgb(176,153,155); }

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