Html Css Color HEX #B9989C Careys Pink

📋 copy color: '#B9989C'

red 185 ◦ green 152 ◦ blue 156

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

Shades of Careys Pink #B9989C

Tints of Careys Pink #B9989C

RGB

 RED value IS 185 (72.66% from 255) = 37.53%

 GREEN value IS 152 (59.77% from 255) = 30.83%

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

R = 37.53%
G = 30.83%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9989C (or 0xB9989C) is known color: Careys Pink. HEX triplet: B9, 98 and 9C. RGB value is (185,152,156). Sum of RGB (Red+Green+Blue) = 185+152+156=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B9989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9989C is #466763. Grayscale: #A2A2A2. Windows color (decimal): -4613988 or 10262713. OLE color: 10262713.

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

Color convert

RGB 185 152 156 -
CMYK 0 0.18 0.16 0.27
HSL 352.73º 0.19% 0.66% -
HSV(B) 352.73º 0.18% 0.73% -
XYZ 37.24 35.17 36.28 -
YUV 162.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 185 152 156 0 0.18 0.16 0.27 352.73 0.19 0.66
Hex B9 98 9C 0 12 10 1B 161 13 42
Octal 271 230 234 0 22 20 33 541 23 102
Binary 10111001 10011000 10011100 0 10010 10000 11011 101100001 10011 1000010

Color Harmonies of #B9989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9989C

Black with #B9989C

Text Example


Text Example

White with #B9989C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9989C; }

 p { color: rgb(185,152,156); }

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

background-color css

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

 a { background-color: rgb(185,152,156); }

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

border-color css

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

 span { border-color: rgb(185,152,156); }

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