Html Css Color HEX #C1BBCA French Grey

📋 copy color: '#C1BBCA'

red 193 ◦ green 187 ◦ blue 202

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

Shades of French Grey #C1BBCA

Tints of French Grey #C1BBCA

RGB

 RED value IS 193 (75.78% from 255) = 33.16%

 GREEN value IS 187 (73.44% from 255) = 32.13%

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

R = 33.16%
G = 32.13%
B = 34.71%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C1BBCA (or 0xC1BBCA) is known color: French Grey. HEX triplet: C1, BB and CA. RGB value is (193,187,202). Sum of RGB (Red+Green+Blue) = 193+187+202=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 202 - color contains mainly: blue. Hex color #C1BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBCA is #3E4435. Grayscale: #BEBEBE. Windows color (decimal): -4080694 or 13286337. OLE color: 13286337.

HSL color Cylindrical-coordinate representation of color #C1BBCA: hue angle of 264º 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 #C1BBCA is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 187 202 -
CMYK 0.04 0.07 0 0.21
HSL 264º 0.12% 0.76% -
HSV(B) 264º 0.07% 0.79% -
XYZ 50.42 51.14 63.09 -
YUV 190.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 193 187 202 0.04 0.07 0 0.21 264 0.12 0.76
Hex C1 BB CA 4 7 0 15 108 C 4C
Octal 301 273 312 4 7 0 25 410 14 114
Binary 11000001 10111011 11001010 100 111 0 10101 100001000 1100 1001100

Color Harmonies of #C1BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BBCA

Black with #C1BBCA

Text Example


Text Example

White with #C1BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BBCA; }

 p { color: rgb(193,187,202); }

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

background-color css

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

 a { background-color: rgb(193,187,202); }

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

border-color css

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

 span { border-color: rgb(193,187,202); }

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