#BBADB0

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

Shades of Careys Pink #BBADB0

Tints of Careys Pink #BBADB0

Color information

#BBADB0 (or 0xBBADB0) is unknown color: approx Careys Pink. HEX triplet: BB, AD and B0. RGB value is (187,173,176). Sum of RGB (Red+Green+Blue) = 187+173+176=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADB0 is #44524F. Grayscale: #B1B1B1. Windows color (decimal): -4477520 or 11578811. OLE color: 11578811.

HSL color Cylindrical-coordinate representation of color #BBADB0: hue angle of 347.14º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBADB0 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB187173176-
CMYK00.070.060.27
HSL347.14º9.33%70.59%-
HSV(B)347.14º7.49%73.33%-
XYZ43.2743.5947.21-
YUV177.53127.14134.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 176 (69.14% from 255) = 32.84%
R=34.89%
G=32.28%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717317600.070.060.27347.149.3370.59
HexBBADB00761B15b947
Octal2732552600763353311107
Binary10111011101011011011000001111101101110101101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADB0; }

 p { color: rgb(187,173,176); }

 H1.HeaderClassName
 {
   color: #BBADB0;
 }
 .AnyTagClassName
 {
   color: #BBADB0;
 }
</style>
background-color css

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

 a { background-color: rgb(187,173,176); }

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

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

 span { border-color: rgb(187,173,176); }

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