Html Css Color HEX #BBACB0 Careys Pink

📋 copy color: '#BBACB0'

red 187 ◦ green 172 ◦ blue 176

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

Shades of Careys Pink #BBACB0

Tints of Careys Pink #BBACB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.9%

R = 34.95%
G = 32.15%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BBACB0 (or 0xBBACB0) is known color: Careys Pink. HEX triplet: BB, AC and B0. RGB value is (187,172,176). Sum of RGB (Red+Green+Blue) = 187+172+176=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACB0 is #44534F. Grayscale: #B0B0B0. Windows color (decimal): -4477776 or 11578555. OLE color: 11578555.

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

Color convert

RGB 187 172 176 -
CMYK 0 0.08 0.06 0.27
HSL 344º 0.1% 0.7% -
HSV(B) 344º 0.08% 0.73% -
XYZ 43.08 43.2 47.14 -
YUV 176.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 187 172 176 0 0.08 0.06 0.27 344 0.1 0.7
Hex BB AC B0 0 8 6 1B 158 A 46
Octal 273 254 260 0 10 6 33 530 12 106
Binary 10111011 10101100 10110000 0 1000 110 11011 101011000 1010 1000110

Color Harmonies of #BBACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACB0

Black with #BBACB0

Text Example


Text Example

White with #BBACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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