Html Css Color HEX #BBABAE Careys Pink

📋 copy color: '#BBABAE'

red 187 ◦ green 171 ◦ blue 174

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

Shades of Careys Pink #BBABAE

Tints of Careys Pink #BBABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.14%

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

R = 35.15%
G = 32.14%
B = 32.71%

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

#BBABAE (or 0xBBABAE) is known color: Careys Pink. HEX triplet: BB, AB and AE. RGB value is (187,171,174). Sum of RGB (Red+Green+Blue) = 187+171+174=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABAE is #445451. Grayscale: #B0B0B0. Windows color (decimal): -4478034 or 11447227. OLE color: 11447227.

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

Color convert

RGB 187 171 174 -
CMYK 0 0.09 0.07 0.27
HSL 348.75º 0.11% 0.7% -
HSV(B) 348.75º 0.09% 0.73% -
XYZ 42.7 42.75 46.04 -
YUV 176.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 187 171 174 0 0.09 0.07 0.27 348.75 0.11 0.7
Hex BB AB AE 0 9 7 1B 15D B 46
Octal 273 253 256 0 11 7 33 535 13 106
Binary 10111011 10101011 10101110 0 1001 111 11011 101011101 1011 1000110

Color Harmonies of #BBABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABAE

Black with #BBABAE

Text Example


Text Example

White with #BBABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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