Html Css Color HEX #BB9599 Careys Pink

📋 copy color: '#BB9599'

red 187 ◦ green 149 ◦ blue 153

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

Shades of Careys Pink #BB9599

Tints of Careys Pink #BB9599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.47%

 BLUE value IS 153 (60.16% from 255) = 31.29%

R = 38.24%
G = 30.47%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB9599 (or 0xBB9599) is known color: Careys Pink. HEX triplet: BB, 95 and 99. RGB value is (187,149,153). Sum of RGB (Red+Green+Blue) = 187+149+153=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9599 is #446A66. Grayscale: #A0A0A0. Windows color (decimal): -4483687 or 10065339. OLE color: 10065339.

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

Color convert

RGB 187 149 153 -
CMYK 0 0.20 0.18 0.27
HSL 353.68º 0.22% 0.66% -
HSV(B) 353.68º 0.2% 0.73% -
XYZ 36.99 34.36 34.82 -
YUV 160.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 187 149 153 0 0.20 0.18 0.27 353.68 0.22 0.66
Hex BB 95 99 0 14 12 1B 162 16 42
Octal 273 225 231 0 24 22 33 542 26 102
Binary 10111011 10010101 10011001 0 10100 10010 11011 101100010 10110 1000010

Color Harmonies of #BB9599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9599

Black with #BB9599

Text Example


Text Example

White with #BB9599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9599; }

 p { color: rgb(187,149,153); }

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

background-color css

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

 a { background-color: rgb(187,149,153); }

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

border-color css

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

 span { border-color: rgb(187,149,153); }

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