#BBADAF

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

Shades of Careys Pink #BBADAF

Tints of Careys Pink #BBADAF

Color information

#BBADAF (or 0xBBADAF) is unknown color: approx Careys Pink. HEX triplet: BB, AD and AF. RGB value is (187,173,175). Sum of RGB (Red+Green+Blue) = 187+173+175=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADAF is #445250. Grayscale: #B1B1B1. Windows color (decimal): -4477521 or 11513275. OLE color: 11513275.

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

Color convert

RGB187173175-
CMYK00.070.060.27
HSL351.43º9.33%70.59%-
HSV(B)351.43º7.49%73.33%-
XYZ43.1743.5546.69-
YUV177.41126.64134.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 175 (68.75% from 255) = 32.71%
R=34.95%
G=32.34%
B=32.71%

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
Decimal18717317500.070.060.27351.439.3370.59
HexBBADAF0761B15f947
Octal2732552570763353711107
Binary10111011101011011010111101111101101110101111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADAF; }

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

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

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

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

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

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

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

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