Html Css Color HEX #C3BCCC French Grey

📋 copy color: '#C3BCCC'

red 195 ◦ green 188 ◦ blue 204

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

Shades of French Grey #C3BCCC

Tints of French Grey #C3BCCC

RGB

 RED value IS 195 (76.56% from 255) = 33.22%

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

 BLUE value IS 204 (80.08% from 255) = 34.75%

R = 33.22%
G = 32.03%
B = 34.75%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C3BCCC (or 0xC3BCCC) is known color: French Grey. HEX triplet: C3, BC and CC. RGB value is (195,188,204). Sum of RGB (Red+Green+Blue) = 195+188+204=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCCC is #3C4333. Grayscale: #BFBFBF. Windows color (decimal): -3949364 or 13417667. OLE color: 13417667.

HSL color Cylindrical-coordinate representation of color #C3BCCC: hue angle of 266.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3BCCC is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 188 204 -
CMYK 0.04 0.08 0 0.2
HSL 266.25º 0.14% 0.77% -
HSV(B) 266.25º 0.08% 0.8% -
XYZ 51.39 51.93 64.44 -
YUV 191.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 195 188 204 0.04 0.08 0 0.2 266.25 0.14 0.77
Hex C3 BC CC 4 8 0 14 10A E 4D
Octal 303 274 314 4 10 0 24 412 16 115
Binary 11000011 10111100 11001100 100 1000 0 10100 100001010 1110 1001101

Color Harmonies of #C3BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCCC

Black with #C3BCCC

Text Example


Text Example

White with #C3BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCCC; }

 p { color: rgb(195,188,204); }

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

background-color css

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

 a { background-color: rgb(195,188,204); }

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

border-color css

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

 span { border-color: rgb(195,188,204); }

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