Html Css Color HEX #C4BECA French Grey

📋 copy color: '#C4BECA'

red 196 ◦ green 190 ◦ blue 202

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

Shades of French Grey #C4BECA

Tints of French Grey #C4BECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.35%

R = 33.33%
G = 32.31%
B = 34.35%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C4BECA (or 0xC4BECA) is known color: French Grey. HEX triplet: C4, BE and CA. RGB value is (196,190,202). Sum of RGB (Red+Green+Blue) = 196+190+202=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BECA is #3B4135. Grayscale: #C1C1C1. Windows color (decimal): -3883318 or 13287108. OLE color: 13287108.

HSL color Cylindrical-coordinate representation of color #C4BECA: hue angle of 270º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4BECA is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 190 202 -
CMYK 0.03 0.06 0 0.21
HSL 270º 0.1% 0.77% -
HSV(B) 270º 0.06% 0.79% -
XYZ 51.84 52.83 63.34 -
YUV 193.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 196 190 202 0.03 0.06 0 0.21 270 0.1 0.77
Hex C4 BE CA 3 6 0 15 10E A 4D
Octal 304 276 312 3 6 0 25 416 12 115
Binary 11000100 10111110 11001010 11 110 0 10101 100001110 1010 1001101

Color Harmonies of #C4BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BECA

Black with #C4BECA

Text Example


Text Example

White with #C4BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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