Html Css Color HEX #BCABAC Careys Pink

📋 copy color: '#BCABAC'

red 188 ◦ green 171 ◦ blue 172

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

Shades of Careys Pink #BCABAC

Tints of Careys Pink #BCABAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.39%

R = 35.4%
G = 32.2%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BCABAC (or 0xBCABAC) is known color: Careys Pink. HEX triplet: BC, AB and AC. RGB value is (188,171,172). Sum of RGB (Red+Green+Blue) = 188+171+172=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABAC is #435453. Grayscale: #B0B0B0. Windows color (decimal): -4412500 or 11316156. OLE color: 11316156.

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

Color convert

RGB 188 171 172 -
CMYK 0 0.09 0.09 0.26
HSL 356.47º 0.11% 0.7% -
HSV(B) 356.47º 0.09% 0.74% -
XYZ 42.75 42.8 45.04 -
YUV 176.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 188 171 172 0 0.09 0.09 0.26 356.47 0.11 0.7
Hex BC AB AC 0 9 9 1A 164 B 46
Octal 274 253 254 0 11 11 32 544 13 106
Binary 10111100 10101011 10101100 0 1001 1001 11010 101100100 1011 1000110

Color Harmonies of #BCABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABAC

Black with #BCABAC

Text Example


Text Example

White with #BCABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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