Html Css Color HEX #BB999A Careys Pink

📋 copy color: '#BB999A'

red 187 ◦ green 153 ◦ blue 154

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

Shades of Careys Pink #BB999A

Tints of Careys Pink #BB999A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.17%

R = 37.85%
G = 30.97%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB999A (or 0xBB999A) is known color: Careys Pink. HEX triplet: BB, 99 and 9A. RGB value is (187,153,154). Sum of RGB (Red+Green+Blue) = 187+153+154=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BB999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB999A is #446665. Grayscale: #A3A3A3. Windows color (decimal): -4482662 or 10131899. OLE color: 10131899.

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

Color convert

RGB 187 153 154 -
CMYK 0 0.18 0.18 0.27
HSL 358.24º 0.2% 0.67% -
HSV(B) 358.24º 0.18% 0.73% -
XYZ 37.72 35.68 35.47 -
YUV 163.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 187 153 154 0 0.18 0.18 0.27 358.24 0.2 0.67
Hex BB 99 9A 0 12 12 1B 166 14 43
Octal 273 231 232 0 22 22 33 546 24 103
Binary 10111011 10011001 10011010 0 10010 10010 11011 101100110 10100 1000011

Color Harmonies of #BB999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB999A

Black with #BB999A

Text Example


Text Example

White with #BB999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB999A; }

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

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

background-color css

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

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

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

border-color css

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

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

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