Html Css Color HEX #BBACAE Careys Pink

📋 copy color: '#BBACAE'

red 187 ◦ green 172 ◦ blue 174

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

Shades of Careys Pink #BBACAE

Tints of Careys Pink #BBACAE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.27%

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

R = 35.08%
G = 32.27%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BBACAE (or 0xBBACAE) is known color: Careys Pink. HEX triplet: BB, AC and AE. RGB value is (187,172,174). Sum of RGB (Red+Green+Blue) = 187+172+174=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACAE is #445351. Grayscale: #B0B0B0. Windows color (decimal): -4477778 or 11447483. OLE color: 11447483.

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

Color convert

RGB 187 172 174 -
CMYK 0 0.08 0.07 0.27
HSL 352º 0.1% 0.7% -
HSV(B) 352º 0.08% 0.73% -
XYZ 42.89 43.13 46.11 -
YUV 176.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 187 172 174 0 0.08 0.07 0.27 352 0.1 0.7
Hex BB AC AE 0 8 7 1B 160 A 46
Octal 273 254 256 0 10 7 33 540 12 106
Binary 10111011 10101100 10101110 0 1000 111 11011 101100000 1010 1000110

Color Harmonies of #BBACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACAE

Black with #BBACAE

Text Example


Text Example

White with #BBACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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