Html Css Color HEX #BBAAAB Careys Pink

📋 copy color: '#BBAAAB'

red 187 ◦ green 170 ◦ blue 171

#BBAAAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #BBAAAB

Tints of Careys Pink #BBAAAB

RGB

 RED value IS 187 (73.44% from 255) = 35.42%

 GREEN value IS 170 (66.8% from 255) = 32.2%

 BLUE value IS 171 (67.19% from 255) = 32.39%

R = 35.42%
G = 32.2%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BBAAAB (or 0xBBAAAB) is known color: Careys Pink. HEX triplet: BB, AA and AB. RGB value is (187,170,171). Sum of RGB (Red+Green+Blue) = 187+170+171=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAAB is #445554. Grayscale: #AFAFAF. Windows color (decimal): -4478293 or 11250363. OLE color: 11250363.

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

Color convert

RGB 187 170 171 -
CMYK 0 0.09 0.09 0.27
HSL 356.47º 0.11% 0.7% -
HSV(B) 356.47º 0.09% 0.73% -
XYZ 42.22 42.25 44.46 -
YUV 175.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 187 170 171 0 0.09 0.09 0.27 356.47 0.11 0.7
Hex BB AA AB 0 9 9 1B 164 B 46
Octal 273 252 253 0 11 11 33 544 13 106
Binary 10111011 10101010 10101011 0 1001 1001 11011 101100100 1011 1000110

Color Harmonies of #BBAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAAB

Black with #BBAAAB

Text Example


Text Example

White with #BBAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAAB; }

 p { color: rgb(187,170,171); }

 H1.HeaderClassName
 {
   color: #BBAAAB;
 }
 .AnyTagClassName
 {
   color: #BBAAAB;
 }
</style>

background-color css

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

 a { background-color: rgb(187,170,171); }

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

border-color css

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

 span { border-color: rgb(187,170,171); }

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