Html Css Color HEX #B2999B Careys Pink

📋 copy color: '#B2999B'

red 178 ◦ green 153 ◦ blue 155

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

Shades of Careys Pink #B2999B

Tints of Careys Pink #B2999B

RGB

 RED value IS 178 (69.92% from 255) = 36.63%

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

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

R = 36.63%
G = 31.48%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2999B (or 0xB2999B) is known color: Careys Pink. HEX triplet: B2, 99 and 9B. RGB value is (178,153,155). Sum of RGB (Red+Green+Blue) = 178+153+155=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 178 - color contains mainly: red. Hex color #B2999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2999B is #4D6664. Grayscale: #A0A0A0. Windows color (decimal): -5072485 or 10197426. OLE color: 10197426.

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

Color convert

RGB 178 153 155 -
CMYK 0 0.14 0.13 0.30
HSL 355.2º 0.14% 0.65% -
HSV(B) 355.2º 0.14% 0.7% -
XYZ 35.67 34.61 35.81 -
YUV 160.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 178 153 155 0 0.14 0.13 0.30 355.2 0.14 0.65
Hex B2 99 9B 0 E D 1E 163 E 41
Octal 262 231 233 0 16 15 36 543 16 101
Binary 10110010 10011001 10011011 0 1110 1101 11110 101100011 1110 1000001

Color Harmonies of #B2999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2999B

Black with #B2999B

Text Example


Text Example

White with #B2999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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