Html Css Color HEX #C6BACA Prelude

📋 copy color: '#C6BACA'

red 198 ◦ green 186 ◦ blue 202

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

Shades of Prelude #C6BACA

Tints of Prelude #C6BACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.47%

R = 33.79%
G = 31.74%
B = 34.47%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C6BACA (or 0xC6BACA) is known color: Prelude. HEX triplet: C6, BA and CA. RGB value is (198,186,202). Sum of RGB (Red+Green+Blue) = 198+186+202=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BACA is #394535. Grayscale: #BFBFBF. Windows color (decimal): -3753270 or 13286086. OLE color: 13286086.

HSL color Cylindrical-coordinate representation of color #C6BACA: hue angle of 285º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6BACA is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 186 202 -
CMYK 0.02 0.08 0 0.21
HSL 285º 0.13% 0.76% -
HSV(B) 285º 0.08% 0.79% -
XYZ 51.51 51.39 63.08 -
YUV 191.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 198 186 202 0.02 0.08 0 0.21 285 0.13 0.76
Hex C6 BA CA 2 8 0 15 11D D 4C
Octal 306 272 312 2 10 0 25 435 15 114
Binary 11000110 10111010 11001010 10 1000 0 10101 100011101 1101 1001100

Color Harmonies of #C6BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BACA

Black with #C6BACA

Text Example


Text Example

White with #C6BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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