Html Css Color HEX #BB999D Careys Pink

📋 copy color: '#BB999D'

red 187 ◦ green 153 ◦ blue 157

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

Shades of Careys Pink #BB999D

Tints of Careys Pink #BB999D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.59%

R = 37.63%
G = 30.78%
B = 31.59%

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

#BB999D (or 0xBB999D) is known color: Careys Pink. HEX triplet: BB, 99 and 9D. RGB value is (187,153,157). Sum of RGB (Red+Green+Blue) = 187+153+157=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB999D is #446662. Grayscale: #A3A3A3. Windows color (decimal): -4482659 or 10328507. OLE color: 10328507.

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

Color convert

RGB 187 153 157 -
CMYK 0 0.18 0.16 0.27
HSL 352.94º 0.2% 0.67% -
HSV(B) 352.94º 0.18% 0.73% -
XYZ 37.97 35.78 36.8 -
YUV 163.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 187 153 157 0 0.18 0.16 0.27 352.94 0.2 0.67
Hex BB 99 9D 0 12 10 1B 161 14 43
Octal 273 231 235 0 22 20 33 541 24 103
Binary 10111011 10011001 10011101 0 10010 10000 11011 101100001 10100 1000011

Color Harmonies of #BB999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB999D

Black with #BB999D

Text Example


Text Example

White with #BB999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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