Html Css Color HEX #BBACAD Careys Pink

📋 copy color: '#BBACAD'

red 187 ◦ green 172 ◦ blue 173

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

Shades of Careys Pink #BBACAD

Tints of Careys Pink #BBACAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.52%

R = 35.15%
G = 32.33%
B = 32.52%

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

#BBACAD (or 0xBBACAD) is known color: Careys Pink. HEX triplet: BB, AC and AD. RGB value is (187,172,173). Sum of RGB (Red+Green+Blue) = 187+172+173=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACAD is #445352. Grayscale: #B0B0B0. Windows color (decimal): -4477779 or 11381947. OLE color: 11381947.

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

Color convert

RGB 187 172 173 -
CMYK 0 0.08 0.07 0.27
HSL 356º 0.1% 0.7% -
HSV(B) 356º 0.08% 0.73% -
XYZ 42.79 43.09 45.6 -
YUV 176.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 187 172 173 0 0.08 0.07 0.27 356 0.1 0.7
Hex BB AC AD 0 8 7 1B 164 A 46
Octal 273 254 255 0 10 7 33 544 12 106
Binary 10111011 10101100 10101101 0 1000 111 11011 101100100 1010 1000110

Color Harmonies of #BBACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACAD

Black with #BBACAD

Text Example


Text Example

White with #BBACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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