Html Css Color HEX #BB9498 Careys Pink

📋 copy color: '#BB9498'

red 187 ◦ green 148 ◦ blue 152

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

Shades of Careys Pink #BB9498

Tints of Careys Pink #BB9498

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.39%

 BLUE value IS 152 (59.77% from 255) = 31.21%

R = 38.4%
G = 30.39%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB9498 (or 0xBB9498) is known color: Careys Pink. HEX triplet: BB, 94 and 98. RGB value is (187,148,152). Sum of RGB (Red+Green+Blue) = 187+148+152=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9498 is #446B67. Grayscale: #A0A0A0. Windows color (decimal): -4483944 or 9999547. OLE color: 9999547.

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

Color convert

RGB 187 148 152 -
CMYK 0 0.21 0.19 0.27
HSL 353.85º 0.22% 0.66% -
HSV(B) 353.85º 0.21% 0.73% -
XYZ 36.75 34.01 34.33 -
YUV 160.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 187 148 152 0 0.21 0.19 0.27 353.85 0.22 0.66
Hex BB 94 98 0 15 13 1B 162 16 42
Octal 273 224 230 0 25 23 33 542 26 102
Binary 10111011 10010100 10011000 0 10101 10011 11011 101100010 10110 1000010

Color Harmonies of #BB9498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9498

Black with #BB9498

Text Example


Text Example

White with #BB9498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9498; }

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

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

background-color css

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

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

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

border-color css

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

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

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