Html Css Color HEX #BCB0B1 Pink Flare

📋 copy color: '#BCB0B1'

red 188 ◦ green 176 ◦ blue 177

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

Shades of Pink Flare #BCB0B1

Tints of Pink Flare #BCB0B1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.53%

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

R = 34.75%
G = 32.53%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BCB0B1 (or 0xBCB0B1) is known color: Pink Flare. HEX triplet: BC, B0 and B1. RGB value is (188,176,177). Sum of RGB (Red+Green+Blue) = 188+176+177=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0B1 is #434F4E. Grayscale: #B3B3B3. Windows color (decimal): -4411215 or 11645116. OLE color: 11645116.

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

Color convert

RGB 188 176 177 -
CMYK 0 0.06 0.06 0.26
HSL 355º 0.08% 0.71% -
HSV(B) 355º 0.06% 0.74% -
XYZ 44.2 44.92 47.94 -
YUV 179.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 188 176 177 0 0.06 0.06 0.26 355 0.08 0.71
Hex BC B0 B1 0 6 6 1A 163 8 47
Octal 274 260 261 0 6 6 32 543 10 107
Binary 10111100 10110000 10110001 0 110 110 11010 101100011 1000 1000111

Color Harmonies of #BCB0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0B1

Black with #BCB0B1

Text Example


Text Example

White with #BCB0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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