Html Css Color HEX #C6BACE Prelude

📋 copy color: '#C6BACE'

red 198 ◦ green 186 ◦ blue 206

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

Shades of Prelude #C6BACE

Tints of Prelude #C6BACE

RGB

 RED value IS 198 (77.73% from 255) = 33.56%

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

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 33.56%
G = 31.53%
B = 34.92%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C6BACE (or 0xC6BACE) is known color: Prelude. HEX triplet: C6, BA and CE. RGB value is (198,186,206). Sum of RGB (Red+Green+Blue) = 198+186+206=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BACE is #394531. Grayscale: #BFBFBF. Windows color (decimal): -3753266 or 13548230. OLE color: 13548230.

HSL color Cylindrical-coordinate representation of color #C6BACE: hue angle of 276º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6BACE is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 186 206 -
CMYK 0.04 0.10 0 0.19
HSL 276º 0.17% 0.77% -
HSV(B) 276º 0.1% 0.81% -
XYZ 51.99 51.58 65.61 -
YUV 191.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 198 186 206 0.04 0.10 0 0.19 276 0.17 0.77
Hex C6 BA CE 4 A 0 13 114 11 4D
Octal 306 272 316 4 12 0 23 424 21 115
Binary 11000110 10111010 11001110 100 1010 0 10011 100010100 10001 1001101

Color Harmonies of #C6BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BACE

Black with #C6BACE

Text Example


Text Example

White with #C6BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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