Html Css Color HEX #BCB3B1 Pink Swan

📋 copy color: '#BCB3B1'

red 188 ◦ green 179 ◦ blue 177

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

Shades of Pink Swan #BCB3B1

Tints of Pink Swan #BCB3B1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.9%

 BLUE value IS 177 (69.53% from 255) = 32.54%

R = 34.56%
G = 32.9%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BCB3B1 (or 0xBCB3B1) is known color: Pink Swan. HEX triplet: BC, B3 and B1. RGB value is (188,179,177). Sum of RGB (Red+Green+Blue) = 188+179+177=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB3B1 is #434C4E. Grayscale: #B5B5B5. Windows color (decimal): -4410447 or 11645884. OLE color: 11645884.

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

Color convert

RGB 188 179 177 -
CMYK 0 0.05 0.06 0.26
HSL 10.91º 0.08% 0.72% -
HSV(B) 10.91º 0.06% 0.74% -
XYZ 44.79 46.11 48.13 -
YUV 181.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 188 179 177 0 0.05 0.06 0.26 10.91 0.08 0.72
Hex BC B3 B1 0 5 6 1A B 8 48
Octal 274 263 261 0 5 6 32 13 10 110
Binary 10111100 10110011 10110001 0 101 110 11010 1011 1000 1001000

Color Harmonies of #BCB3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB3B1

Black with #BCB3B1

Text Example


Text Example

White with #BCB3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB3B1; }

 p { color: rgb(188,179,177); }

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

background-color css

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

 a { background-color: rgb(188,179,177); }

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

border-color css

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

 span { border-color: rgb(188,179,177); }

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