#BBAEB0

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

Shades of Careys Pink #BBAEB0

Tints of Careys Pink #BBAEB0

Color information

#BBAEB0 (or 0xBBAEB0) is unknown color: approx Careys Pink. HEX triplet: BB, AE and B0. RGB value is (187,174,176). Sum of RGB (Red+Green+Blue) = 187+174+176=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEB0 is #44514F. Grayscale: #B2B2B2. Windows color (decimal): -4477264 or 11579067. OLE color: 11579067.

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

Color convert

RGB187174176-
CMYK00.070.060.27
HSL350.77º8.72%70.78%-
HSV(B)350.77º6.95%73.33%-
XYZ43.4743.9747.27-
YUV178.11126.81134.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 176 (69.14% from 255) = 32.77%
R=34.82%
G=32.40%
B=32.77%

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
Decimal18717417600.070.060.27350.778.7270.78
HexBBAEB00761B15f947
Octal2732562600763353711107
Binary10111011101011101011000001111101101110101111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAEB0; }

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

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

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

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

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

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

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

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