Html Css Color HEX #C4BEC2 Maverick

📋 copy color: '#C4BEC2'

red 196 ◦ green 190 ◦ blue 194

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

Shades of Maverick #C4BEC2

Tints of Maverick #C4BEC2

RGB

 RED value IS 196 (76.95% from 255) = 33.79%

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

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

R = 33.79%
G = 32.76%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C4BEC2 (or 0xC4BEC2) is known color: Maverick. HEX triplet: C4, BE and C2. RGB value is (196,190,194). Sum of RGB (Red+Green+Blue) = 196+190+194=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEC2 is #3B413D. Grayscale: #C0C0C0. Windows color (decimal): -3883326 or 12762820. OLE color: 12762820.

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

Color convert

RGB 196 190 194 -
CMYK 0 0.03 0.01 0.23
HSL 320º 0.05% 0.76% -
HSV(B) 320º 0.03% 0.77% -
XYZ 50.92 52.46 58.48 -
YUV 192.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 196 190 194 0 0.03 0.01 0.23 320 0.05 0.76
Hex C4 BE C2 0 3 1 17 140 5 4C
Octal 304 276 302 0 3 1 27 500 5 114
Binary 11000100 10111110 11000010 0 11 1 10111 101000000 101 1001100

Color Harmonies of #C4BEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BEC2

Black with #C4BEC2

Text Example


Text Example

White with #C4BEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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