Html Css Color HEX #C7BACE Prelude

📋 copy color: '#C7BACE'

red 199 ◦ green 186 ◦ blue 206

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

Shades of Prelude #C7BACE

Tints of Prelude #C7BACE

RGB

 RED value IS 199 (78.13% from 255) = 33.67%

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

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

R = 33.67%
G = 31.47%
B = 34.86%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C7BACE (or 0xC7BACE) is known color: Prelude. HEX triplet: C7, BA and CE. RGB value is (199,186,206). Sum of RGB (Red+Green+Blue) = 199+186+206=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BACE is #384531. Grayscale: #C0C0C0. Windows color (decimal): -3687730 or 13548231. OLE color: 13548231.

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

Color convert

RGB 199 186 206 -
CMYK 0.03 0.10 0 0.19
HSL 279º 0.17% 0.77% -
HSV(B) 279º 0.1% 0.81% -
XYZ 52.25 51.72 65.62 -
YUV 192.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 199 186 206 0.03 0.10 0 0.19 279 0.17 0.77
Hex C7 BA CE 3 A 0 13 117 11 4D
Octal 307 272 316 3 12 0 23 427 21 115
Binary 11000111 10111010 11001110 11 1010 0 10011 100010111 10001 1001101

Color Harmonies of #C7BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BACE

Black with #C7BACE

Text Example


Text Example

White with #C7BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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