Html Css Color HEX #BBAAAE Careys Pink

📋 copy color: '#BBAAAE'

red 187 ◦ green 170 ◦ blue 174

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

Shades of Careys Pink #BBAAAE

Tints of Careys Pink #BBAAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.77%

R = 35.22%
G = 32.02%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BBAAAE (or 0xBBAAAE) is known color: Careys Pink. HEX triplet: BB, AA and AE. RGB value is (187,170,174). Sum of RGB (Red+Green+Blue) = 187+170+174=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAAE is #445551. Grayscale: #AFAFAF. Windows color (decimal): -4478290 or 11446971. OLE color: 11446971.

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

Color convert

RGB 187 170 174 -
CMYK 0 0.09 0.07 0.27
HSL 345.88º 0.11% 0.7% -
HSV(B) 345.88º 0.09% 0.73% -
XYZ 42.51 42.37 45.98 -
YUV 175.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 187 170 174 0 0.09 0.07 0.27 345.88 0.11 0.7
Hex BB AA AE 0 9 7 1B 15A B 46
Octal 273 252 256 0 11 7 33 532 13 106
Binary 10111011 10101010 10101110 0 1001 111 11011 101011010 1011 1000110

Color Harmonies of #BBAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAAE

Black with #BBAAAE

Text Example


Text Example

White with #BBAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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