#BBADAE

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

Shades of Careys Pink #BBADAE

Tints of Careys Pink #BBADAE

Color information

#BBADAE (or 0xBBADAE) is unknown color: approx Careys Pink. HEX triplet: BB, AD and AE. RGB value is (187,173,174). Sum of RGB (Red+Green+Blue) = 187+173+174=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBADAE is #445251. Grayscale: #B1B1B1. Windows color (decimal): -4477522 or 11447739. OLE color: 11447739.

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

Color convert

RGB187173174-
CMYK00.070.070.27
HSL355.71º9.33%70.59%-
HSV(B)355.71º7.49%73.33%-
XYZ43.0843.5146.17-
YUV177.3126.14134.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 173 (67.97% from 255) = 32.40%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=35.02%
G=32.40%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717317400.070.070.27355.719.3370.59
HexBBADAE0771B164947
Octal2732552560773354411107
Binary10111011101011011010111001111111101110110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADAE; }

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

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

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

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

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

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

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

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