Html Css Color HEX #C5BCC2 Maverick

📋 copy color: '#C5BCC2'

red 197 ◦ green 188 ◦ blue 194

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

Shades of Maverick #C5BCC2

Tints of Maverick #C5BCC2

RGB

 RED value IS 197 (77.34% from 255) = 34.02%

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

 BLUE value IS 194 (76.17% from 255) = 33.51%

R = 34.02%
G = 32.47%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C5BCC2 (or 0xC5BCC2) is known color: Maverick. HEX triplet: C5, BC and C2. RGB value is (197,188,194). Sum of RGB (Red+Green+Blue) = 197+188+194=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BCC2 is #3A433D. Grayscale: #BFBFBF. Windows color (decimal): -3818302 or 12762309. OLE color: 12762309.

HSL color Cylindrical-coordinate representation of color #C5BCC2: hue angle of 320º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5BCC2 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 188 194 -
CMYK 0 0.05 0.02 0.23
HSL 320º 0.07% 0.75% -
HSV(B) 320º 0.05% 0.77% -
XYZ 50.75 51.73 58.35 -
YUV 191.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 197 188 194 0 0.05 0.02 0.23 320 0.07 0.75
Hex C5 BC C2 0 5 2 17 140 7 4B
Octal 305 274 302 0 5 2 27 500 7 113
Binary 11000101 10111100 11000010 0 101 10 10111 101000000 111 1001011

Color Harmonies of #C5BCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCC2

Black with #C5BCC2

Text Example


Text Example

White with #C5BCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCC2; }

 p { color: rgb(197,188,194); }

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

background-color css

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

 a { background-color: rgb(197,188,194); }

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

border-color css

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

 span { border-color: rgb(197,188,194); }

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