Html Css Color HEX #C4BAC6 Prelude

📋 copy color: '#C4BAC6'

red 196 ◦ green 186 ◦ blue 198

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

Shades of Prelude #C4BAC6

Tints of Prelude #C4BAC6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.07%

 BLUE value IS 198 (77.73% from 255) = 34.14%

R = 33.79%
G = 32.07%
B = 34.14%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C4BAC6 (or 0xC4BAC6) is known color: Prelude. HEX triplet: C4, BA and C6. RGB value is (196,186,198). Sum of RGB (Red+Green+Blue) = 196+186+198=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 198 - color contains mainly: blue. Hex color #C4BAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BAC6 is #3B4539. Grayscale: #BEBEBE. Windows color (decimal): -3884346 or 13023940. OLE color: 13023940.

HSL color Cylindrical-coordinate representation of color #C4BAC6: hue angle of 290º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4BAC6 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 186 198 -
CMYK 0.01 0.06 0 0.22
HSL 290º 0.1% 0.75% -
HSV(B) 290º 0.06% 0.78% -
XYZ 50.52 50.93 60.59 -
YUV 190.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 196 186 198 0.01 0.06 0 0.22 290 0.1 0.75
Hex C4 BA C6 1 6 0 16 122 A 4B
Octal 304 272 306 1 6 0 26 442 12 113
Binary 11000100 10111010 11000110 1 110 0 10110 100100010 1010 1001011

Color Harmonies of #C4BAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BAC6

Black with #C4BAC6

Text Example


Text Example

White with #C4BAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BAC6; }

 p { color: rgb(196,186,198); }

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

background-color css

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

 a { background-color: rgb(196,186,198); }

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

border-color css

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

 span { border-color: rgb(196,186,198); }

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