Html Css Color HEX #C6BCBE Pink Flare

📋 copy color: '#C6BCBE'

red 198 ◦ green 188 ◦ blue 190

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

Shades of Pink Flare #C6BCBE

Tints of Pink Flare #C6BCBE

RGB

 RED value IS 198 (77.73% from 255) = 34.38%

 GREEN value IS 188 (73.83% from 255) = 32.64%

 BLUE value IS 190 (74.61% from 255) = 32.99%

R = 34.38%
G = 32.64%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C6BCBE (or 0xC6BCBE) is known color: Pink Flare. HEX triplet: C6, BC and BE. RGB value is (198,188,190). Sum of RGB (Red+Green+Blue) = 198+188+190=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BCBE is #394341. Grayscale: #BFBFBF. Windows color (decimal): -3752770 or 12500166. OLE color: 12500166.

HSL color Cylindrical-coordinate representation of color #C6BCBE: hue angle of 348º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C6BCBE is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 188 190 -
CMYK 0 0.05 0.04 0.22
HSL 348º 0.08% 0.76% -
HSV(B) 348º 0.05% 0.78% -
XYZ 50.57 51.69 56.03 -
YUV 191.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 198 188 190 0 0.05 0.04 0.22 348 0.08 0.76
Hex C6 BC BE 0 5 4 16 15C 8 4C
Octal 306 274 276 0 5 4 26 534 10 114
Binary 11000110 10111100 10111110 0 101 100 10110 101011100 1000 1001100

Color Harmonies of #C6BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BCBE

Black with #C6BCBE

Text Example


Text Example

White with #C6BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BCBE; }

 p { color: rgb(198,188,190); }

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

background-color css

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

 a { background-color: rgb(198,188,190); }

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

border-color css

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

 span { border-color: rgb(198,188,190); }

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