Html Css Color HEX #C6BACB Prelude

📋 copy color: '#C6BACB'

red 198 ◦ green 186 ◦ blue 203

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

Shades of Prelude #C6BACB

Tints of Prelude #C6BACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.58%

R = 33.73%
G = 31.69%
B = 34.58%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C6BACB (or 0xC6BACB) is known color: Prelude. HEX triplet: C6, BA and CB. RGB value is (198,186,203). Sum of RGB (Red+Green+Blue) = 198+186+203=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 203 - color contains mainly: blue. Hex color #C6BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BACB is #394534. Grayscale: #BFBFBF. Windows color (decimal): -3753269 or 13351622. OLE color: 13351622.

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

Color convert

RGB 198 186 203 -
CMYK 0.02 0.08 0 0.20
HSL 282.35º 0.14% 0.76% -
HSV(B) 282.35º 0.08% 0.8% -
XYZ 51.63 51.44 63.71 -
YUV 191.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 198 186 203 0.02 0.08 0 0.20 282.35 0.14 0.76
Hex C6 BA CB 2 8 0 14 11A E 4C
Octal 306 272 313 2 10 0 24 432 16 114
Binary 11000110 10111010 11001011 10 1000 0 10100 100011010 1110 1001100

Color Harmonies of #C6BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BACB

Black with #C6BACB

Text Example


Text Example

White with #C6BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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