Html Css Color HEX #BCABAD Careys Pink

📋 copy color: '#BCABAD'

red 188 ◦ green 171 ◦ blue 173

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

Shades of Careys Pink #BCABAD

Tints of Careys Pink #BCABAD

RGB

 RED value IS 188 (73.83% from 255) = 35.34%

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

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

R = 35.34%
G = 32.14%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BCABAD (or 0xBCABAD) is known color: Careys Pink. HEX triplet: BC, AB and AD. RGB value is (188,171,173). Sum of RGB (Red+Green+Blue) = 188+171+173=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABAD is #435452. Grayscale: #B0B0B0. Windows color (decimal): -4412499 or 11381692. OLE color: 11381692.

HSL color Cylindrical-coordinate representation of color #BCABAD: hue angle of 352.94º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCABAD is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 173 -
CMYK 0 0.09 0.08 0.26
HSL 352.94º 0.11% 0.7% -
HSV(B) 352.94º 0.09% 0.74% -
XYZ 42.84 42.83 45.54 -
YUV 176.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 188 171 173 0 0.09 0.08 0.26 352.94 0.11 0.7
Hex BC AB AD 0 9 8 1A 161 B 46
Octal 274 253 255 0 11 10 32 541 13 106
Binary 10111100 10101011 10101101 0 1001 1000 11010 101100001 1011 1000110

Color Harmonies of #BCABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABAD

Black with #BCABAD

Text Example


Text Example

White with #BCABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABAD; }

 p { color: rgb(188,171,173); }

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

background-color css

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

 a { background-color: rgb(188,171,173); }

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

border-color css

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

 span { border-color: rgb(188,171,173); }

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