Html Css Color HEX #C3BCCA French Grey

📋 copy color: '#C3BCCA'

red 195 ◦ green 188 ◦ blue 202

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

Shades of French Grey #C3BCCA

Tints of French Grey #C3BCCA

RGB

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

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

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

R = 33.33%
G = 32.14%
B = 34.53%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C3BCCA (or 0xC3BCCA) is known color: French Grey. HEX triplet: C3, BC and CA. RGB value is (195,188,202). Sum of RGB (Red+Green+Blue) = 195+188+202=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #C3BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCCA is #3C4335. Grayscale: #BFBFBF. Windows color (decimal): -3949366 or 13286595. OLE color: 13286595.

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

Color convert

RGB 195 188 202 -
CMYK 0.03 0.07 0 0.21
HSL 270º 0.12% 0.76% -
HSV(B) 270º 0.07% 0.79% -
XYZ 51.15 51.83 63.19 -
YUV 191.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 195 188 202 0.03 0.07 0 0.21 270 0.12 0.76
Hex C3 BC CA 3 7 0 15 10E C 4C
Octal 303 274 312 3 7 0 25 416 14 114
Binary 11000011 10111100 11001010 11 111 0 10101 100001110 1100 1001100

Color Harmonies of #C3BCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCCA

Black with #C3BCCA

Text Example


Text Example

White with #C3BCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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