Html Css Color HEX #BBAAAC Careys Pink

📋 copy color: '#BBAAAC'

red 187 ◦ green 170 ◦ blue 172

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

Shades of Careys Pink #BBAAAC

Tints of Careys Pink #BBAAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.51%

R = 35.35%
G = 32.14%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BBAAAC (or 0xBBAAAC) is known color: Careys Pink. HEX triplet: BB, AA and AC. RGB value is (187,170,172). Sum of RGB (Red+Green+Blue) = 187+170+172=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAAC is #445553. Grayscale: #AFAFAF. Windows color (decimal): -4478292 or 11315899. OLE color: 11315899.

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

Color convert

RGB 187 170 172 -
CMYK 0 0.09 0.08 0.27
HSL 352.94º 0.11% 0.7% -
HSV(B) 352.94º 0.09% 0.73% -
XYZ 42.31 42.29 44.96 -
YUV 175.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 187 170 172 0 0.09 0.08 0.27 352.94 0.11 0.7
Hex BB AA AC 0 9 8 1B 161 B 46
Octal 273 252 254 0 11 10 33 541 13 106
Binary 10111011 10101010 10101100 0 1001 1000 11011 101100001 1011 1000110

Color Harmonies of #BBAAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAAC

Black with #BBAAAC

Text Example


Text Example

White with #BBAAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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