Html Css Color HEX #BB9B9C Careys Pink

📋 copy color: '#BB9B9C'

red 187 ◦ green 155 ◦ blue 156

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

Shades of Careys Pink #BB9B9C

Tints of Careys Pink #BB9B9C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.12%

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

R = 37.55%
G = 31.12%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB9B9C (or 0xBB9B9C) is known color: Careys Pink. HEX triplet: BB, 9B and 9C. RGB value is (187,155,156). Sum of RGB (Red+Green+Blue) = 187+155+156=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9B9C is #446463. Grayscale: #A4A4A4. Windows color (decimal): -4482148 or 10263483. OLE color: 10263483.

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

Color convert

RGB 187 155 156 -
CMYK 0 0.17 0.17 0.27
HSL 358.13º 0.19% 0.67% -
HSV(B) 358.13º 0.17% 0.73% -
XYZ 38.22 36.41 36.47 -
YUV 164.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 187 155 156 0 0.17 0.17 0.27 358.13 0.19 0.67
Hex BB 9B 9C 0 11 11 1B 166 13 43
Octal 273 233 234 0 21 21 33 546 23 103
Binary 10111011 10011011 10011100 0 10001 10001 11011 101100110 10011 1000011

Color Harmonies of #BB9B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9B9C

Black with #BB9B9C

Text Example


Text Example

White with #BB9B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9B9C; }

 p { color: rgb(187,155,156); }

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

background-color css

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

 a { background-color: rgb(187,155,156); }

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

border-color css

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

 span { border-color: rgb(187,155,156); }

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