#BBAFB2

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

Shades of Careys Pink #BBAFB2

Tints of Careys Pink #BBAFB2

Color information

#BBAFB2 (or 0xBBAFB2) is unknown color: approx Careys Pink. HEX triplet: BB, AF and B2. RGB value is (187,175,178). Sum of RGB (Red+Green+Blue) = 187+175+178=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFB2 is #44504D. Grayscale: #B2B2B2. Windows color (decimal): -4477006 or 11710395. OLE color: 11710395.

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

Color convert

RGB187175178-
CMYK00.060.050.27
HSL345º8.11%70.98%-
HSV(B)345º6.42%73.33%-
XYZ43.8644.4448.39-
YUV178.93127.48133.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 178 (69.92% from 255) = 32.96%
R=34.63%
G=32.41%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717517800.060.050.273458.1170.98
HexBBAFB20651B159847
Octal2732572620653353110107
Binary10111011101011111011001001101011101110101100110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAFB2; }

 p { color: rgb(187,175,178); }

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

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

 a { background-color: rgb(187,175,178); }

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

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

 span { border-color: rgb(187,175,178); }

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