Html Css Color HEX #C0BEC4 French Grey

📋 copy color: '#C0BEC4'

red 192 ◦ green 190 ◦ blue 196

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

Shades of French Grey #C0BEC4

Tints of French Grey #C0BEC4

RGB

 RED value IS 192 (75.39% from 255) = 33.22%

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

 BLUE value IS 196 (76.95% from 255) = 33.91%

R = 33.22%
G = 32.87%
B = 33.91%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C0BEC4 (or 0xC0BEC4) is known color: French Grey. HEX triplet: C0, BE and C4. RGB value is (192,190,196). Sum of RGB (Red+Green+Blue) = 192+190+196=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 196 - color contains mainly: blue. Hex color #C0BEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEC4 is #3F413B. Grayscale: #BFBFBF. Windows color (decimal): -4145468 or 12893888. OLE color: 12893888.

HSL color Cylindrical-coordinate representation of color #C0BEC4: hue angle of 260º 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 #C0BEC4 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 190 196 -
CMYK 0.02 0.03 0 0.23
HSL 260º 0.05% 0.76% -
HSV(B) 260º 0.03% 0.77% -
XYZ 50.12 52.02 59.62 -
YUV 191.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 192 190 196 0.02 0.03 0 0.23 260 0.05 0.76
Hex C0 BE C4 2 3 0 17 104 5 4C
Octal 300 276 304 2 3 0 27 404 5 114
Binary 11000000 10111110 11000100 10 11 0 10111 100000100 101 1001100

Color Harmonies of #C0BEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BEC4

Black with #C0BEC4

Text Example


Text Example

White with #C0BEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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