Html Css Color HEX #C4BEBF Pink Flare

📋 copy color: '#C4BEBF'

red 196 ◦ green 190 ◦ blue 191

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

Shades of Pink Flare #C4BEBF

Tints of Pink Flare #C4BEBF

RGB

 RED value IS 196 (76.95% from 255) = 33.97%

 GREEN value IS 190 (74.61% from 255) = 32.93%

 BLUE value IS 191 (75% from 255) = 33.1%

R = 33.97%
G = 32.93%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C4BEBF (or 0xC4BEBF) is known color: Pink Flare. HEX triplet: C4, BE and BF. RGB value is (196,190,191). Sum of RGB (Red+Green+Blue) = 196+190+191=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEBF is #3B4140. Grayscale: #BFBFBF. Windows color (decimal): -3883329 or 12566212. OLE color: 12566212.

HSL color Cylindrical-coordinate representation of color #C4BEBF: hue angle of 350º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C4BEBF is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 190 191 -
CMYK 0 0.03 0.03 0.23
HSL 350º 0.05% 0.76% -
HSV(B) 350º 0.03% 0.77% -
XYZ 50.58 52.32 56.72 -
YUV 191.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 196 190 191 0 0.03 0.03 0.23 350 0.05 0.76
Hex C4 BE BF 0 3 3 17 15E 5 4C
Octal 304 276 277 0 3 3 27 536 5 114
Binary 11000100 10111110 10111111 0 11 11 10111 101011110 101 1001100

Color Harmonies of #C4BEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BEBF

Black with #C4BEBF

Text Example


Text Example

White with #C4BEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BEBF; }

 p { color: rgb(196,190,191); }

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

background-color css

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

 a { background-color: rgb(196,190,191); }

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

border-color css

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

 span { border-color: rgb(196,190,191); }

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