#BB9498

Color #BB9498 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #BB9498

Tints of Careys Pink #BB9498

Color information

#BB9498 (or 0xBB9498) is unknown color: approx 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

RGB187148152-
CMYK00.210.190.27
HSL353.85º22.29%65.69%-
HSV(B)353.85º20.86%73.33%-
XYZ36.7534.0134.33-
YUV160.12123.42147.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=38.40%
G=30.39%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714815200.210.190.27353.8522.2965.69
HexBB9498015131B1621642
Octal273224230025233354226102
Binary1011101110010100100110000101011001111011101100010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>