#BBACAD

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

Shades of Careys Pink #BBACAD

Tints of Careys Pink #BBACAD

Color information

#BBACAD (or 0xBBACAD) is unknown color: approx Careys Pink. HEX triplet: BB, AC and AD. RGB value is (187,172,173). Sum of RGB (Red+Green+Blue) = 187+172+173=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACAD is #445352. Grayscale: #B0B0B0. Windows color (decimal): -4477779 or 11381947. OLE color: 11381947.

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

Color convert

RGB187172173-
CMYK00.080.070.27
HSL356º9.93%70.39%-
HSV(B)356º8.02%73.33%-
XYZ42.7943.0945.6-
YUV176.6125.97135.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 172 (67.58% from 255) = 32.33%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=35.15%
G=32.33%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717217300.080.070.273569.9370.39
HexBBACAD0871B164a46
Octal27325425501073354412106
Binary101110111010110010101101010001111101110110010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACAD; }

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

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

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

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

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

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

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

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