Html Css Color HEX #BCACB0 Careys Pink

📋 copy color: '#BCACB0'

red 188 ◦ green 172 ◦ blue 176

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

Shades of Careys Pink #BCACB0

Tints of Careys Pink #BCACB0

RGB

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

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

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

R = 35.07%
G = 32.09%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BCACB0 (or 0xBCACB0) is known color: Careys Pink. HEX triplet: BC, AC and B0. RGB value is (188,172,176). Sum of RGB (Red+Green+Blue) = 188+172+176=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACB0 is #43534F. Grayscale: #B1B1B1. Windows color (decimal): -4412240 or 11578556. OLE color: 11578556.

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

Color convert

RGB 188 172 176 -
CMYK 0 0.09 0.06 0.26
HSL 345º 0.11% 0.71% -
HSV(B) 345º 0.09% 0.74% -
XYZ 43.33 43.33 47.15 -
YUV 177.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 188 172 176 0 0.09 0.06 0.26 345 0.11 0.71
Hex BC AC B0 0 9 6 1A 159 B 47
Octal 274 254 260 0 11 6 32 531 13 107
Binary 10111100 10101100 10110000 0 1001 110 11010 101011001 1011 1000111

Color Harmonies of #BCACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCACB0

Black with #BCACB0

Text Example


Text Example

White with #BCACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCACB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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