Html Css Color HEX #BB9C9E Careys Pink

📋 copy color: '#BB9C9E'

red 187 ◦ green 156 ◦ blue 158

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

Shades of Careys Pink #BB9C9E

Tints of Careys Pink #BB9C9E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.14%

 BLUE value IS 158 (62.11% from 255) = 31.54%

R = 37.33%
G = 31.14%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB9C9E (or 0xBB9C9E) is known color: Careys Pink. HEX triplet: BB, 9C and 9E. RGB value is (187,156,158). Sum of RGB (Red+Green+Blue) = 187+156+158=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9C9E is #446361. Grayscale: #A5A5A5. Windows color (decimal): -4481890 or 10394811. OLE color: 10394811.

HSL color Cylindrical-coordinate representation of color #BB9C9E: hue angle of 356.13º 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 #BB9C9E is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 156 158 -
CMYK 0 0.17 0.16 0.27
HSL 356.13º 0.19% 0.67% -
HSV(B) 356.13º 0.17% 0.73% -
XYZ 38.55 36.81 37.42 -
YUV 165.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 187 156 158 0 0.17 0.16 0.27 356.13 0.19 0.67
Hex BB 9C 9E 0 11 10 1B 164 13 43
Octal 273 234 236 0 21 20 33 544 23 103
Binary 10111011 10011100 10011110 0 10001 10000 11011 101100100 10011 1000011

Color Harmonies of #BB9C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9C9E

Black with #BB9C9E

Text Example


Text Example

White with #BB9C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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