Html Css Color HEX #BB989D Careys Pink

📋 copy color: '#BB989D'

red 187 ◦ green 152 ◦ blue 157

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

Shades of Careys Pink #BB989D

Tints of Careys Pink #BB989D

RGB

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

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

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

R = 37.7%
G = 30.65%
B = 31.65%

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

#BB989D (or 0xBB989D) is known color: Careys Pink. HEX triplet: BB, 98 and 9D. RGB value is (187,152,157). Sum of RGB (Red+Green+Blue) = 187+152+157=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BB989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB989D is #446762. Grayscale: #A3A3A3. Windows color (decimal): -4482915 or 10328251. OLE color: 10328251.

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

Color convert

RGB 187 152 157 -
CMYK 0 0.19 0.16 0.27
HSL 351.43º 0.2% 0.66% -
HSV(B) 351.43º 0.19% 0.73% -
XYZ 37.81 35.46 36.75 -
YUV 163.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 187 152 157 0 0.19 0.16 0.27 351.43 0.2 0.66
Hex BB 98 9D 0 13 10 1B 15F 14 42
Octal 273 230 235 0 23 20 33 537 24 102
Binary 10111011 10011000 10011101 0 10011 10000 11011 101011111 10100 1000010

Color Harmonies of #BB989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB989D

Black with #BB989D

Text Example


Text Example

White with #BB989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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