Html Css Color HEX #BB989E Careys Pink

📋 copy color: '#BB989E'

red 187 ◦ green 152 ◦ blue 158

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

Shades of Careys Pink #BB989E

Tints of Careys Pink #BB989E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.58%

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

R = 37.63%
G = 30.58%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB989E (or 0xBB989E) is known color: Careys Pink. HEX triplet: BB, 98 and 9E. RGB value is (187,152,158). Sum of RGB (Red+Green+Blue) = 187+152+158=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BB989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB989E is #446761. Grayscale: #A3A3A3. Windows color (decimal): -4482914 or 10393787. OLE color: 10393787.

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

Color convert

RGB 187 152 158 -
CMYK 0 0.19 0.16 0.27
HSL 349.71º 0.2% 0.66% -
HSV(B) 349.71º 0.19% 0.73% -
XYZ 37.89 35.49 37.2 -
YUV 163.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 187 152 158 0 0.19 0.16 0.27 349.71 0.2 0.66
Hex BB 98 9E 0 13 10 1B 15E 14 42
Octal 273 230 236 0 23 20 33 536 24 102
Binary 10111011 10011000 10011110 0 10011 10000 11011 101011110 10100 1000010

Color Harmonies of #BB989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB989E

Black with #BB989E

Text Example


Text Example

White with #BB989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB989E; }

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

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

background-color css

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

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

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

border-color css

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

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

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