Html Css Color HEX #BCB5B7 Pink Flare

📋 copy color: '#BCB5B7'

red 188 ◦ green 181 ◦ blue 183

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

Shades of Pink Flare #BCB5B7

Tints of Pink Flare #BCB5B7

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.79%

 BLUE value IS 183 (71.88% from 255) = 33.15%

R = 34.06%
G = 32.79%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BCB5B7 (or 0xBCB5B7) is known color: Pink Flare. HEX triplet: BC, B5 and B7. RGB value is (188,181,183). Sum of RGB (Red+Green+Blue) = 188+181+183=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5B7 is #434A48. Grayscale: #B7B7B7. Windows color (decimal): -4409929 or 12039612. OLE color: 12039612.

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

Color convert

RGB 188 181 183 -
CMYK 0 0.04 0.03 0.26
HSL 342.86º 0.05% 0.72% -
HSV(B) 342.86º 0.04% 0.74% -
XYZ 45.81 47.16 51.49 -
YUV 183.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 188 181 183 0 0.04 0.03 0.26 342.86 0.05 0.72
Hex BC B5 B7 0 4 3 1A 157 5 48
Octal 274 265 267 0 4 3 32 527 5 110
Binary 10111100 10110101 10110111 0 100 11 11010 101010111 101 1001000

Color Harmonies of #BCB5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB5B7

Black with #BCB5B7

Text Example


Text Example

White with #BCB5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB5B7; }

 p { color: rgb(188,181,183); }

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

background-color css

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

 a { background-color: rgb(188,181,183); }

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

border-color css

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

 span { border-color: rgb(188,181,183); }

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