Html Css Color HEX #BCB8B9 Pink Flare

📋 copy color: '#BCB8B9'

red 188 ◦ green 184 ◦ blue 185

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

Shades of Pink Flare #BCB8B9

Tints of Pink Flare #BCB8B9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.03%

 BLUE value IS 185 (72.66% from 255) = 33.21%

R = 33.75%
G = 33.03%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BCB8B9 (or 0xBCB8B9) is known color: Pink Flare. HEX triplet: BC, B8 and B9. RGB value is (188,184,185). Sum of RGB (Red+Green+Blue) = 188+184+185=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8B9 is #434746. Grayscale: #B9B9B9. Windows color (decimal): -4409159 or 12171452. OLE color: 12171452.

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

Color convert

RGB 188 184 185 -
CMYK 0 0.02 0.02 0.26
HSL 345º 0.03% 0.73% -
HSV(B) 345º 0.02% 0.74% -
XYZ 46.64 48.48 52.8 -
YUV 185.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 188 184 185 0 0.02 0.02 0.26 345 0.03 0.73
Hex BC B8 B9 0 2 2 1A 159 3 49
Octal 274 270 271 0 2 2 32 531 3 111
Binary 10111100 10111000 10111001 0 10 10 11010 101011001 11 1001001

Color Harmonies of #BCB8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB8B9

Black with #BCB8B9

Text Example


Text Example

White with #BCB8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB8B9; }

 p { color: rgb(188,184,185); }

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

background-color css

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

 a { background-color: rgb(188,184,185); }

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

border-color css

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

 span { border-color: rgb(188,184,185); }

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